IDkmStackWalkFrameAnnotationTextProvider Interface

Definition

Provides the prefix text for a stack frame annotation.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: SourceId.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmStackWalkFrameAnnotationTextProvider
public interface IDkmStackWalkFrameAnnotationTextProvider
type IDkmStackWalkFrameAnnotationTextProvider = interface
Public Interface IDkmStackWalkFrameAnnotationTextProvider

Methods

GetAnnotationText(DkmStackWalkFrameAnnotation, DkmStackWalkFrame, DkmFrameFormatOptions, String)

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

Applies to