Share via


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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Property Text As String
string Text { get; set; }
property String^ Text {
    String^ get ();
    void set (String^ value);
}
abstract Text : string with get, set
function get Text () : String 
function set Text (value : String)

Property Value

Type: String

.NET Framework Security

See Also

Reference

IMenuCommand Interface

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace