共用方式為


DiagnosticCheckpointEvent.ThreadStacks Property

Definition

contains full stacks of each active thread at the time this checkpoint was recorded

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ ThreadStacks { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack> ThreadStacks { get; }
member this.ThreadStacks : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack>
Public ReadOnly Property ThreadStacks As IList(Of ThreadStack)

Property Value

Applies to