| OutputWindowDefinitionDisplayName Property |
Gets the display name of the output window pane.
Namespace: Tvl.VisualStudio.OutputWindow.InterfacesAssembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax public virtual string DisplayName { get; }
Public Overridable ReadOnly Property DisplayName As String
Get
public:
virtual property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string with get
override DisplayName : string with 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