VsShellUtilities::GetOutputWindowPane Method (IServiceProvider^, Guid)

 

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

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static IVsOutputWindowPane^ GetOutputWindowPane(
	IServiceProvider^ serviceProvider,
	Guid guidPane
)

Parameters

serviceProvider
Type: System::IServiceProvider^

IServiceProvider.

guidPane
Type: System::Guid

The GUID of the output window pane.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsOutputWindowPane^

The IVsOutputWindowPane interface that is specified by the GUID.

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

Return to top
Show: