Click or drag to resize
IOutputWindowPaneName Property
Gets or sets the display name of the window pane.

Namespace: Tvl.VisualStudio.OutputWindow.Interfaces
Assembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax
string Name { get; set; }

Property Value

Type: String
The display name of the output window pane.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf value is .
ArgumentExceptionIf value is empty.
See Also