DkmStackWalkFrameAnnotation Class

Definition

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.

public ref class DkmStackWalkFrameAnnotation
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmStackWalkFrameAnnotation
[Windows::Foundation::Metadata::WebHostHidden]
class DkmStackWalkFrameAnnotation
[System.Runtime.InteropServices.Guid("b3b38131-4bcb-4dba-a409-4bdba19e7323")]
public class DkmStackWalkFrameAnnotation
[<System.Runtime.InteropServices.Guid("b3b38131-4bcb-4dba-a409-4bdba19e7323")>]
type DkmStackWalkFrameAnnotation = class
Public Class DkmStackWalkFrameAnnotation
Inheritance
DkmStackWalkFrameAnnotation
Attributes

Properties

Id

The Guid that uniquely identifies this annotation flag. This is specific to the creator of the stack walk frame.

Value

The value of this annotation. The meaning of this value is specific to the creator.

VariantValue

[Optional] A variant value of the annotation. The meaning of this value is specific to the creator.

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

Methods

Create(Guid, UInt64)

Create a new DkmStackWalkFrameAnnotation object instance.

Create(Guid, UInt64, Object)

Create a new DkmStackWalkFrameAnnotation object instance.

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

GetAnnotationText(DkmStackWalkFrame, DkmFrameFormatOptions, String)

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

Location constraint: API must be called from an IDE component (component level > 100,000).

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

GetAnnotationText(DkmWorkList, DkmStackWalkFrame, DkmFrameFormatOptions, DkmCompletionRoutine<DkmGetAnnotationTextAsyncResult>)

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

This method will append a new work item to the specified work list, and return once the work item has been appended. The actual processing of the work item is asynchronous. The caller will be notified that the request is complete through the completion routine.

Location constraint: API must be called from an IDE component (component level > 100,000).

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

Applies to