DkmStackWalkFrame.GetProperty(ICorDebugValue, String) Yöntem

Tanım

Verilen ICorDebugValue üzerinde bir özelliği değerlendirir. Değerin türü, bu $Name $ öğesinin çağrıldığı DkmStackWalkFrame 'in Dkmclartppdomain tarafından yüklenmelidir.

Konum kısıtlaması: ıcorıınfo Ghandlivalue geçirdiğimiz için bu uzak tarafta olmalıdır.

Bu API, Visual Studio 15 güncelleştirme 3 ' te (DkmApiVersion. VS15Update3) tanıtılmıştı.

public:
 Microsoft::VisualStudio::Debugger::Clr::DkmILInterpreterValue ^ GetProperty(Microsoft::VisualStudio::CorDebugInterop::ICorDebugValue ^ Value, System::String ^ PropertyName);
public Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue GetProperty (Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue Value, string PropertyName);
member this.GetProperty : Microsoft.VisualStudio.CorDebugInterop.ICorDebugValue * string -> Microsoft.VisualStudio.Debugger.Clr.DkmILInterpreterValue
Public Function GetProperty (Value As ICorDebugValue, PropertyName As String) As DkmILInterpreterValue

Parametreler

Value
ICorDebugValue

'Ndaki Üzerinde bir özelliğin yorumlanacağı nesne. Bu bir ıcordebugghandtavalue veya ICorDebugObjectValue olabilir.

PropertyName
String

'Ndaki Yorumlanacağı özelliğin adı.

Döndürülenler

DkmILInterpreterValue

[Out, Isteğe bağlı] Özellik yorumu sonucu.

Şunlara uygulanır