DesignerActionListCollection Oluşturucular

Tanım

DesignerActionListCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

DesignerActionListCollection()

Varsayılan ayarlarla sınıfının yeni bir örneğini DesignerActionListCollection başlatır.

DesignerActionListCollection(DesignerActionList[])

Belirtilen panel öğeleriyle sınıfının yeni bir örneğini DesignerActionListCollection başlatır.

DesignerActionListCollection()

Varsayılan ayarlarla sınıfının yeni bir örneğini DesignerActionListCollection başlatır.

public:
 DesignerActionListCollection();
public DesignerActionListCollection ();
Public Sub New ()

Açıklamalar

Oluşturucu, DesignerActionListCollection sıfır DesignerActionList nesne içeren boş bir koleksiyon oluşturur.

Ayrıca bkz.

Şunlara uygulanır

DesignerActionListCollection(DesignerActionList[])

Belirtilen panel öğeleriyle sınıfının yeni bir örneğini DesignerActionListCollection başlatır.

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())

Parametreler

value
DesignerActionList[]

Koleksiyonu doldurmak için nesnelerin dizisi DesignerActionList .

Özel durumlar

value, null değeridir.

Açıklamalar

Oluşturucu, DesignerActionListCollection sağlanan DesignerActionList nesneleri içeren bir koleksiyon oluşturur.

Ayrıca bkz.

Şunlara uygulanır