Share via


ThreadCheckpointEvent.IntelliTraceThreadId Property

Get the IntelliTrace thread id for this event.

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

Syntax

'Declaration
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

ThreadCheckpointEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace