ChangePasswordDesigner.ActionLists 属性

定义

获取此设计器的操作列表集合。Gets the action list collection for this 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

属性值

DesignerActionListCollection

与此设计器关联的 DesignerActionListCollectionThe DesignerActionListCollection associated with this designer.

注解

ActionLists属性 DesignerActionList 为对象创建对象 ChangePasswordDesigner ,将 DesignerActionList 对象添加到 DesignerActionListCollection 从基属性获取的对象,然后返回此集合。The ActionLists property creates a DesignerActionList object for the ChangePasswordDesigner object, adds the DesignerActionList object to the DesignerActionListCollection object obtained from the base property, and then returns this collection.

适用于

另请参阅