OutputWindowPane Methods

 

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

NameDescription
System_CAPS_pubmethodActivate()

Moves the focus to the current item.

System_CAPS_pubmethodClear()

Clears all text from the OutputWindowPane .

System_CAPS_pubmethodForceItemsToTaskList()

Sends all task items not yet added to the task list.

System_CAPS_pubmethodOutputString(String^)

Sends a text string to the OutputWindowPane window.

System_CAPS_pubmethodOutputTaskItemString(String^, vsTaskPriority, String^, vsTaskIcon, String^, Int32, String^, Boolean)

Displays a string in the Output window and adds a corresponding item to the Task List.

Return to top
Show: