This topic has not yet been rated - Rate this topic

Package.GetOutputPane Method

Gets the requested output window.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
public IVsOutputWindowPane GetOutputPane(
	Guid page,
	string caption
)

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.IVsOutputWindowPane
The IVsOutputWindowPane interface. Returns null in case of failure.

The GetOutputPane method returns the requested output window pane. This method creates the pane if one does not exist.

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