OutputWindow::Parent Property

 

Gets the immediate parent object of an OutputWindow object.

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

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

Property Value

Type: EnvDTE::Window^

A Window object.

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

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