Package.GetOutputPane Method
Visual Studio 2005
Gets the requested output window.
This method is not CLS-compliant. Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)
Assembly: Microsoft.VisualStudio.Shell (in microsoft.visualstudio.shell.dll)
public IVsOutputWindowPane GetOutputPane ( Guid page, String caption )
public function GetOutputPane ( page : Guid, caption : String ) : IVsOutputWindowPane
Parameters
- page
The GUID corresponding to the pane. (See VSConstants class for the GUIDs which correspond to output panes.)
- caption
The caption to create if the pane does not exist.