| IOutputWindowPaneName Property |
Gets or sets the display name of the window pane.
Namespace: Tvl.VisualStudio.OutputWindow.InterfacesAssembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax string Name { get; set; }
Property Name As String
Get
Set
property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
Property Value
Type:
StringThe display name of the output window pane.
Exceptions See Also