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

Syntax

'Declaration
Public MustOverride ReadOnly Property MenuText As String
'Usage
Dim instance As RolePlayerMenuCommand 
Dim value As String 

value = instance.MenuText
public abstract string MenuText { get; }
public:
virtual property String^ MenuText {
    String^ get () abstract;
}
public 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

See Also

Reference

RolePlayerMenuCommand Class

RolePlayerMenuCommand Members

Microsoft.VisualStudio.Modeling.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.