다음을 통해 공유


IntelliTraceProcess.Threads Property

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public ReadOnly Property Threads As IEnumerable(Of IntelliTraceThread)
    Get
public IEnumerable<IntelliTraceThread> Threads { get; }
public:
property IEnumerable<IntelliTraceThread^>^ Threads {
    IEnumerable<IntelliTraceThread^>^ get ();
}
member Threads : IEnumerable<IntelliTraceThread>
function get Threads () : IEnumerable<IntelliTraceThread>

Property Value

Type: System.Collections.Generic.IEnumerable<IntelliTraceThread>

.NET Framework Security

See Also

Reference

IntelliTraceProcess Class

Microsoft.VisualStudio.IntelliTrace Namespace