ThreadStack.StackFrames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the call stack for this thread
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^> ^ StackFrames { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame> StackFrames { get; }
member this.StackFrames : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame>
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)