Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
When overridden in a derived class, gets the name of the command.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MenuText As String
Get
public abstract string MenuText { get; }
public:
virtual property String^ MenuText {
String^ get () abstract;
}
abstract MenuText : string
abstract function get MenuText () : String
Property Value
Type: System.String
The name of the command.
Remarks
The name of the command is the string that appears in the value list for the role property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.