BaseDataListDesigner.ActionLists Propriedade

Definição

Obtém a coleção de listas de ações do designer para este designer.

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

Valor de Propriedade

O DesignerActionListCollection associado a este designer.

Observações

A ActionLists propriedade cria um objeto vazio DesignerActionListCollection e adiciona o DesignerActionListCollection que é devolvido pela ActionLists propriedade base a este DesignerActionListCollection objeto. Depois adiciona-o ao DesignerActionListCollection objeto e depois devolve esse DesignerActionListCollection objeto.

Aplica-se a

Ver também