DesignerActionListCollection Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
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 DesignerActionListCollection yeni bir örneğini başlatır.

DesignerActionListCollection()

Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs

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[])

Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs
Kaynak:
DesignerActionListCollection.cs

Belirtilen panel öğeleriyle sınıfın DesignerActionListCollection yeni bir örneğini 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 dolduracak nesne dizisi DesignerActionList .

Özel durumlar

value, null'e eşittir.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır