OutputWindowPane::TextDocument Property

 

Gets the TextDocument object for the OutputWindowPane .

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

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

Property Value

Type: EnvDTE::TextDocument^

A TextDocument object.

Attempting to modify the document through this property or an EditPoint fails because the entire document's region is read-only. You can modify the document only through members on CommandWindow.

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