Thread2::ID Property

 

Gets the thread ID.

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

property int ID {
	int get();
}

Property Value

Type: System::Int32

An integer representing the thread ID.

Implements

Thread::ID

The following example demonstrates how to use the Collection property.

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