Thread2::Parent Property

 

Gets the immediate parent object of a Thread object.

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

property Debugger^ Parent {
	Debugger^ get();
}

Property Value

Type: EnvDTE::Debugger^

A Debugger3 object.

Implements

Thread::Parent

The 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.

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