Windows2::Parent Property

 

Gets the immediate parent object of a Windows2 collection.

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

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

Property Value

Type: EnvDTE::DTE^

A DTE object.

Implements

Windows::Parent

The Parent property returns the immediate parent to the object or collection.

This example displays the file name of the Parent object.

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