IMenuCommand::Text Property

 

Set the label that identifies this command in the menu. You do not need to set this unless you want the label to change.

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();
	void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: