Include Protected Members
Include Inherited Members
Allows a VSPackage to manipulate a particular Output window pane.
The IVsOutputWindowPane type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Activate | Shows and activates the Output window pane. | 
| .gif) | Clear | Removes all text from the Output window pane. | 
| .gif) | FlushToTaskList | Causes any output messages that were added by means of a call to the OutputTaskItemString method to be added as tasks to the task list tool window. | 
| .gif) | GetName | Returns the name of the window pane. | 
| .gif) | Hide | Hides the Output window pane. | 
| .gif) | OutputString | Writes text to the Output window pane. | 
| .gif) | OutputStringThreadSafe | Thread safe method to write text to the Output window pane. | 
| .gif) | OutputTaskItemString | Adds a string to the Output window and a corresponding item to the task list. | 
| .gif) | OutputTaskItemStringEx | Adds a string to the Output window and a corresponding item to the task list. | 
| .gif) | SetName | Changes the existing name of the window pane. | 
Top