IDkmDataBreakpointInfoProvider.GetDataBreakpointInfo Method

Definition

Returns the data breakpoint information related to the evaluation result, if valid.

public:
 Microsoft::VisualStudio::Debugger::Evaluation::DkmDataBreakpointInfo GetDataBreakpointInfo(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, [Runtime::InteropServices::Out] System::String ^ % error);
public Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo GetDataBreakpointInfo (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, out string error);
abstract member GetDataBreakpointInfo : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * string -> Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo
Public Function GetDataBreakpointInfo (successResult As DkmSuccessEvaluationResult, ByRef error As String) As DkmDataBreakpointInfo

Parameters

successResult
DkmSuccessEvaluationResult

[In] The formatted result of a successful evaluation, ready to be displayed in an expression evaluation window.

error
String

[Out,Optional] If the operation failed, this indicates the reason why. This value should be null if the operation succeeded.

Returns

[Out] The data breakpoint information.

Applies to