RolePlayerPropertyDescriptor.RolePlayerMenuCommands 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在下拉编辑列表中作为项公开的 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)