Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Shows and activates the Output window pane.
Removes all text from the Output window pane.
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.
Returns the name of the window pane.
Hides the Output window pane.
Writes text to the Output window pane.
Thread safe method to write text to the Output window pane.
Adds a string to the Output window and a corresponding item to the task list.
Adds a string to the Output window and a corresponding item to the task list.
Changes the existing name of the window pane.
Top