ThreadEventChain.ThreadId Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the historical thread ID that identifies the thread in this trace log recording.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property ThreadId As Integer
Get
'Usage
Dim instance As ThreadEventChain
Dim value As Integer
value = instance.ThreadId
public int ThreadId { get; }
public:
property int ThreadId {
int get ();
}
member ThreadId : int
function get ThreadId () : int
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.