Share via


ThreadStreamChain.IntelliTraceThreadId Property

Gets the IntelliTrace thread id that identifies the thread in this IntelliTrace file.

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

Syntax

‘선언
Public ReadOnly Property IntelliTraceThreadId As Integer
    Get
public int IntelliTraceThreadId { get; }
public:
property int IntelliTraceThreadId {
    int get ();
}
member IntelliTraceThreadId : int
function get IntelliTraceThreadId () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ThreadStreamChain Class

Microsoft.VisualStudio.IntelliTrace Namespace