Program::Parent Property

 

Gets the immediate parent object of a Program object.

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

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

Property Value

Type: EnvDTE::Debugger^

A Debugger object.

The Parent property returns the immediate parent to the Program object. To get the containing collection, use the Collection property.

Return to top
Show: