Share via


DkmStackWalkFrame.AnnotatedModule Property

Definition

[Optional] If we have an annotated frame, specifies an optional module instance to associate with this frame. If present, the user will be able to load binaries or symbols for this module by right-clicking on this frame in the call stack window. This is NULL for non-annotated frames.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ AnnotatedModule { Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmModuleInstance AnnotatedModule { get; }
public Microsoft.VisualStudio.Debugger.DkmModuleInstance? AnnotatedModule { get; }
member this.AnnotatedModule : Microsoft.VisualStudio.Debugger.DkmModuleInstance
Public ReadOnly Property AnnotatedModule As DkmModuleInstance

Property Value

Applies to