CommandBar::Name Property

 

Gets or sets the non-localized name of the command bar.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874894)]
property String^ Name {
	[DispIdAttribute(1610874894)]
	String^ get();
	[DispIdAttribute(1610874894)]
	void set(String^ value);
}

Property Value

Type: System::String^

The non-localized name of the command bar.

Return to top
Show: