Compartir a través de


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

Syntax

'Declaración
Property Text As String
    Get
    Set
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: System.String

.NET Framework Security

See Also

Reference

IMenuCommand Interface

Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace