OutputWindowPane Members
Visual Studio 2005
Represents a pane in the Output window.
The following tables list the members exposed by the OutputWindowPane type.
| Name | Description | |
|---|---|---|
| Collection | Gets the collection containing the OutputWindowPane object supporting this property. |
| DTE | Gets the top-level extensibility object. |
| Guid | Gets the GUID for the OutputWindowPane object. |
| Name | Gets the name of the OutputWindowPane object. |
| TextDocument | Gets the TextDocument object for the OutputWindowPane . |
| Name | Description | |
|---|---|---|
| Activate | Moves the focus to the current item. |
| Clear | Clears all text from the OutputWindowPane . |
| ForceItemsToTaskList | Sends all task items not yet added to the task list. |
| OutputString | Sends a text string to the OutputWindowPane window. |
| OutputTaskItemString | Displays a string in the Output window and adds a corresponding item to the Task List. |