IDkmStackWalkFrameAnnotationTextProvider.GetAnnotationText 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与批注关联的格式化文本。 这是框架名称的前缀。
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);
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)
参数
- annotation
- DkmStackWalkFrameAnnotation
中帧筛选器或展开器设置的 Guid/值对。 可用于将帧的自定义标志从一个组件传递到另一个组件。
- frame
- DkmStackWalkFrame
中包含批注的帧。
- options
- DkmFrameFormatOptions
中用于指定帧格式的选项。
- annotationText
- String
[Out,Optional]批注文本。