Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
When overridden in a derived class, gets the name of the command.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MenuText As String
public abstract string MenuText { get; }
public:
virtual property String^ MenuText {
String^ get () abstract;
}
abstract MenuText : string with get
abstract function get MenuText () : String
Property Value
Type: 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.