DkmSuccessEvaluationResult.ExtractFromProperty(IDebugProperty3) Method

Definition

Obtains the DkmSuccessEvaluationResult object which backs the IDebugProperty3 object. This API will only function correctly from the main thread of Visual Studio.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ ExtractFromProperty(Microsoft::VisualStudio::Debugger::Interop::IDebugProperty3 ^ propertyObject);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult ExtractFromProperty (Microsoft.VisualStudio.Debugger.Interop.IDebugProperty3 propertyObject);
static member ExtractFromProperty : Microsoft.VisualStudio.Debugger.Interop.IDebugProperty3 -> Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult
Public Shared Function ExtractFromProperty (propertyObject As IDebugProperty3) As DkmSuccessEvaluationResult

Parameters

propertyObject
IDebugProperty3

AD7 IDebugProperty3 object

Returns

DkmSuccessEvaluationResult which backs the AD7 object.

Applies to