| IOutputWindowServiceTryGetPane Method |
Gets the output window pane with the specified name.
Namespace: Tvl.VisualStudio.OutputWindow.InterfacesAssembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax IOutputWindowPane TryGetPane(
string name
)
Function TryGetPane (
name As String
) As IOutputWindowPane
IOutputWindowPane^ TryGetPane(
String^ name
)
abstract TryGetPane :
name : string -> IOutputWindowPane
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 Examples See Also