ChangePasswordDesigner.ActionLists Propiedad

Definición

Obtiene la colección de listas de acciones para este diseñador.

C#
public override System.ComponentModel.Design.DesignerActionListCollection ActionLists { get; }

Valor de propiedad

DesignerActionListCollection asociado a este diseñador.

Comentarios

La ActionLists propiedad crea un DesignerActionList objeto para el ChangePasswordDesigner objeto , agrega el DesignerActionList objeto al DesignerActionListCollection objeto obtenido de la propiedad base y, a continuación, devuelve esta colección.

Se aplica a

Produto Versións
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Consulte también