Click or drag to resize
IOutputWindowServiceTryGetPane Method
Gets the output window pane with the specified name.

Namespace: Tvl.VisualStudio.OutputWindow.Interfaces
Assembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax
IOutputWindowPane TryGetPane(
	string name
)

Parameters

name
Type: SystemString
The canonical name of the output window pane.

Return Value

Type: IOutputWindowPane
The IOutputWindowPane instance providing access to the window pane, or if no pane exists with the specified name.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf name is .
ArgumentExceptionIf name is empty.
Examples
For an example of how to use this method, see the documentation for IOutputWindowService.
See Also