IDkmStackWalkFrameAnnotationTextProvider.GetAnnotationText Method

Definition

Gets formatted text associated with the annotation. This is prefixed to the frame name.

public:
 void GetAnnotationText(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrameAnnotation ^ annotation, Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame, Microsoft::VisualStudio::Debugger::CallStack::DkmFrameFormatOptions options, [Runtime::InteropServices::Out] System::String ^ % annotationText);
public void GetAnnotationText (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrameAnnotation annotation, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, Microsoft.VisualStudio.Debugger.CallStack.DkmFrameFormatOptions options, out string annotationText);
public void GetAnnotationText (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrameAnnotation annotation, Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, Microsoft.VisualStudio.Debugger.CallStack.DkmFrameFormatOptions options, out string? annotationText);
abstract member GetAnnotationText : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrameAnnotation * Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * Microsoft.VisualStudio.Debugger.CallStack.DkmFrameFormatOptions * string -> unit
Public Sub GetAnnotationText (annotation As DkmStackWalkFrameAnnotation, frame As DkmStackWalkFrame, options As DkmFrameFormatOptions, ByRef annotationText As String)

Parameters

annotation
DkmStackWalkFrameAnnotation

[In] A Guid / Value pair set by a frame filter or unwinder. Can be used to pass custom flags about the frame from one component to another.

frame
DkmStackWalkFrame

[In] The frame containing the annotation.

options
DkmFrameFormatOptions

[In] The options specifying the format of the frame.

annotationText
String

[Out,Optional] The annotation text.

Applies to