Share via


DkmGetAnnotationTextAsyncResult(String) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmStackWalkFrameAnnotation.GetAnnotationText.

public:
 DkmGetAnnotationTextAsyncResult(System::String ^ AnnotationText);
public DkmGetAnnotationTextAsyncResult (string AnnotationText);
public DkmGetAnnotationTextAsyncResult (string? AnnotationText);
new Microsoft.VisualStudio.Debugger.CallStack.DkmGetAnnotationTextAsyncResult : string -> Microsoft.VisualStudio.Debugger.CallStack.DkmGetAnnotationTextAsyncResult
Public Sub New (AnnotationText As String)

Parameters

AnnotationText
String

[In,Optional] The annotation text.

Applies to