RolePlayerPropertyDescriptor.RolePlayerMenuCommands Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista de objetos RolePlayerMenuCommand, que são expostos como itens na lista suspensa de edição, e fornecem um mecanismo de retorno de chamada para especificar a instância do representante da função quando o usuário escolhe um item específico.
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)