Globals::Parent Property

 

Gets the immediate parent object of a Globals object.

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

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

Property Value

Type: System::Object^

An object representing the parent object.

The Parent property returns the immediate parent to the object or collection. In this case, it returns the DTE object.

Return to top
Show: