This documentation is archived and is not being maintained.
Thread::ID Property
Namespace:
EnvDTEAssembly:
EnvDTE (in EnvDTE.dll)
property int ID {
int get();
}
Property Value
Type:
System::Int32An 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