RolePlayerPropertyDescriptor.RolePlayerMenuCommands Property

Definition

List of RolePlayerMenuCommand objects, which are exposed as items in the drop-down edit list, and provide a callback mechanism for specifying the role player instance when the user chooses a particular item.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::VisualStudio::Modeling::Design::RolePlayerMenuCommand ^> ^ RolePlayerMenuCommands { System::Collections::ObjectModel::Collection<Microsoft::VisualStudio::Modeling::Design::RolePlayerMenuCommand ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.Design.RolePlayerMenuCommand> RolePlayerMenuCommands { get; }
member this.RolePlayerMenuCommands : System.Collections.ObjectModel.Collection<Microsoft.VisualStudio.Modeling.Design.RolePlayerMenuCommand>
Public ReadOnly Property RolePlayerMenuCommands As Collection(Of RolePlayerMenuCommand)

Property Value

Applies to