Click or drag to resize
OutputWindowDefinitionDisplayName Property
Gets the display name of the output 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
public virtual string DisplayName { get; }

Property Value

Type: String
The display name of the output window pane, or if the canonical name of the pane should be used as the display name.
See Also