Thread::ID Property

 

Gets the thread ID.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property int ID {
	int get();
}

Property Value

Type: System::Int32

An integer that represents the thread ID.

The following example demonstrates how to use the ID property.

No code example is currently available or this language may not be supported.
Return to top
Show: