BaseDataListDesigner.ActionLists 属性

定义

获取此设计器的设计器操作列表集合。Gets the designer 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属性创建一个空的 DesignerActionListCollection 对象,并将该 DesignerActionListCollection 基属性返回的添加 ActionLists 到此 DesignerActionListCollection 对象。The ActionLists property creates an empty DesignerActionListCollection object and adds the DesignerActionListCollection that is returned by the ActionLists base property to this DesignerActionListCollection object. 然后,将其添加到 DesignerActionListCollection 对象中,然后返回此 DesignerActionListCollection 对象。Then it adds it to the DesignerActionListCollection object, and then returns this DesignerActionListCollection object.

适用于

另请参阅