DesignerActionListCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DesignerActionListCollection 类的新实例。
重载
DesignerActionListCollection() |
使用默认设置初始化 DesignerActionListCollection 类的新实例。 |
DesignerActionListCollection(DesignerActionList[]) |
用指定的面板项初始化 DesignerActionListCollection 类的新实例。 |
DesignerActionListCollection()
使用默认设置初始化 DesignerActionListCollection 类的新实例。
public:
DesignerActionListCollection();
public DesignerActionListCollection ();
Public Sub New ()
注解
构造 DesignerActionListCollection 函数创建一个空集合,其中包含零 DesignerActionList 个 对象。
另请参阅
适用于
DesignerActionListCollection(DesignerActionList[])
用指定的面板项初始化 DesignerActionListCollection 类的新实例。
public:
DesignerActionListCollection(cli::array <System::ComponentModel::Design::DesignerActionList ^> ^ value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList[] value);
public DesignerActionListCollection (System.ComponentModel.Design.DesignerActionList?[] value);
new System.ComponentModel.Design.DesignerActionListCollection : System.ComponentModel.Design.DesignerActionList[] -> System.ComponentModel.Design.DesignerActionListCollection
Public Sub New (value As DesignerActionList())
参数
- value
- DesignerActionList[]
要填充到集合中的 DesignerActionList 对象的数组。
例外
value
为 null
。
注解
构造 DesignerActionListCollection 函数创建一个包含所提供 DesignerActionList 对象的集合。