DkmSuccessEvaluationResult.ExtractFromProperty(IDebugProperty3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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
[Out, Optional] DkmSuccessEvaluationResult which backs the AD7 object.