ICommandExtension::Text Property

 

The visible label that identifies this command in the menu.

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

property String^ Text {
	String^ get();
}

Property Value

Type: System::String^

If you want the label to change each time the menu is displayed, set command.Text in QueryStatus(command).

Return to top
Show: