IntelliTraceProcess.Threads Property

Definition

Gets the list of all threads created or running during the recording.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::IntelliTrace::IntelliTraceThread ^> ^ Threads { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::IntelliTrace::IntelliTraceThread ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.IntelliTrace.IntelliTraceThread> Threads { get; }
member this.Threads : seq<Microsoft.VisualStudio.IntelliTrace.IntelliTraceThread>
Public ReadOnly Property Threads As IEnumerable(Of IntelliTraceThread)

Property Value

Applies to