This documentation is archived and is not being maintained.
Thread::Name Property
Gets the name of the object.
Namespace:
EnvDTEAssembly:
EnvDTE (in EnvDTE.dll)
property String^ Name {
String^ get();
}
Property Value
Type:
System::String^A string that represents the name of the object.
The following example demonstrates how to use the Name property.
No code example is currently available or this language may not be supported.
Return to top