Freigeben über


DesignerActionListCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der DesignerActionListCollection-Klasse.

Überlädt

Name Beschreibung
DesignerActionListCollection()

Initialisiert eine neue Instanz der DesignerActionListCollection Klasse mit Standardeinstellungen.

DesignerActionListCollection(DesignerActionList[])

Initialisiert eine neue Instanz der DesignerActionListCollection Klasse mit den angegebenen Panelelementen.

DesignerActionListCollection()

Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs

Initialisiert eine neue Instanz der DesignerActionListCollection Klasse mit Standardeinstellungen.

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

Hinweise

Der DesignerActionListCollection Konstruktor erstellt eine leere Auflistung, die Nullobjekte DesignerActionList enthält.

Weitere Informationen

Gilt für:

DesignerActionListCollection(DesignerActionList[])

Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs
Quelle:
DesignerActionListCollection.cs

Initialisiert eine neue Instanz der DesignerActionListCollection Klasse mit den angegebenen Panelelementen.

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

Parameter

value
DesignerActionList[]

Das Array von DesignerActionList Objekten, die die Auflistung auffüllen sollen.

Ausnahmen

value ist null.

Hinweise

Der DesignerActionListCollection Konstruktor erstellt eine Auflistung, die die bereitgestellten DesignerActionList Objekte enthält.

Weitere Informationen

Gilt für: