Package.GetOutputPane Method
Visual Studio 2012
Gets the requested output window.
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Parameters
- page
- Type: Guid
The GUID corresponding to the pane. (See VSConstants class for the GUIDs which correspond to output panes.)
- caption
- Type: String
The caption to create if the pane does not exist.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneThe IVsOutputWindowPane interface. Returns null in case of failure.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.