This topic has not yet been rated - Rate this topic

VsShellUtilities.GetOutputWindowPane Method

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

Namespace:  Microsoft.VisualStudio.Shell
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

IServiceProvider.

guidPane
Type: 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 Output Window (Visual Studio SDK). For the GUIDs relating to the output window, see IDE GUIDs.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.