RolePlayerPropertyDescriptor.RolePlayerMenuCommands 属性

定义

在下拉编辑列表中作为项公开的 RolePlayerMenuCommand 对象列表,并提供一种回调机制,以便在用户选择特定项时指定角色扮演者实例。

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)

属性值

Collection<RolePlayerMenuCommand>

适用于