Thread2::Parent Property
Visual Studio 2015
Gets the immediate parent object of a Thread object.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Implements
Thread::ParentThe Parent property returns the immediate parent to the Thread2 object. To get the containing collection, use the Collection property.
The following example demonstrates how to use the Collection property.
Show: