TextDocument::Parent Property

 

Gets the immediate parent object of a TextDocument object.

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

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

Property Value

Type: EnvDTE::Document^

A Document object.

Return to top
Show: