VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) Method

Definition

Gets the output window pane that is specified by the GUID.

public:
 static Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ GetOutputWindowPane(IServiceProvider ^ serviceProvider, Guid guidPane);
public static Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane GetOutputWindowPane (IServiceProvider serviceProvider, Guid guidPane);
static member GetOutputWindowPane : IServiceProvider * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
Public Shared Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane
Public Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane

Parameters

serviceProvider
IServiceProvider

The service provider.

guidPane
Guid

A guid for the pane.

Returns

A reference to an IVsOutputWindowPane interface.

Remarks

For more information about output windows, see Extending the Output Window. For the GUIDs relating to the output window, see IDE GUIDs.

Applies to