ThreadCheckpointEvent.StackFrames 属性

定义

获取此检查点处的线程的调用堆栈。

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)

属性值

IList<IntelliTraceStackFrame>

适用于