VsShellUtilities.GetOutputWindowPane Method
Visual Studio 2012
Gets the output window pane that is specified by the GUID.
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
public static IVsOutputWindowPane GetOutputWindowPane( IServiceProvider serviceProvider, Guid guidPane )
Parameters
- serviceProvider
- Type: IServiceProvider
- guidPane
- Type: Guid
The GUID of the output window pane.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneThe IVsOutputWindowPane interface that is specified by the GUID.
For more information about output windows, see Output Window (Visual Studio SDK). For the GUIDs relating to the output window, see IDE GUIDs.
- 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.