Share via


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.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

See Also

Reference

RolePlayerMenuCommand Class

Microsoft.VisualStudio.Modeling.Design Namespace