BaseDataListDesigner.ActionLists Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection de la liste d'actions pour ce concepteur.
public:
virtual property System::ComponentModel::Design::DesignerActionListCollection ^ ActionLists { System::ComponentModel::Design::DesignerActionListCollection ^ get(); };
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }
member this.ActionLists : System.ComponentModel.Design.DesignerActionListCollection
Public Overrides ReadOnly Property ActionLists As DesignerActionListCollection
Valeur de propriété
DesignerActionListCollection associée à ce concepteur.
Remarques
La ActionLists propriété crée un DesignerActionListCollection objet vide et ajoute la DesignerActionListCollection qui est retournée par la ActionLists propriété de base à cet DesignerActionListCollection objet. Ensuite, il l’ajoute à l' DesignerActionListCollection objet, puis retourne cet DesignerActionListCollection objet.