ToolWindows::OutputWindow Property

 

Gets the OutputWindow object.

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

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

Property Value

Type: EnvDTE::OutputWindow^

An OutputWindow object.

This example adds an Output Window, titled "My output", activates it, adds some text to it, and then clears it.

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