RolePlayerMenuCommand.MenuText Property
When overridden in a derived class, gets the name of the command.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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: 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.