RolePlayerPropertyDescriptor.RolePlayerMenuCommands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)