DkmGetAsyncCallStackAsyncResult.Frames Property

Definition

The frames that will display in the call stack window. May be any combination of creation stack frames, return stack frames, or annotated frames.

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

public:
 property cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { cli::array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public:
 property Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ Frames { Platform::Array <Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^> ^ get(); };
public Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[] Frames { get; }
member this.Frames : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame[]
Public ReadOnly Property Frames As DkmStackWalkFrame()

Property Value

Applies to