TextSelection::Parent Property

 

Gets the immediate parent object of a TextSelection object.

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

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

Property Value

Type: EnvDTE::TextDocument^

A TextDocument object.

Return to top
Show: