DesignerActionListCollection Costruttori

Definizione

Inizializza una nuova istanza della classe DesignerActionListCollection.

Overload

Nome Descrizione
DesignerActionListCollection()

Inizializza una nuova istanza della DesignerActionListCollection classe con le impostazioni predefinite.

DesignerActionListCollection(DesignerActionList[])

Inizializza una nuova istanza della DesignerActionListCollection classe con gli elementi del pannello specificati.

DesignerActionListCollection()

Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs

Inizializza una nuova istanza della DesignerActionListCollection classe con le impostazioni predefinite.

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

Commenti

Il DesignerActionListCollection costruttore crea una raccolta vuota contenente zero DesignerActionList oggetti.

Vedi anche

Si applica a

DesignerActionListCollection(DesignerActionList[])

Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs
Origine:
DesignerActionListCollection.cs

Inizializza una nuova istanza della DesignerActionListCollection classe con gli elementi del pannello specificati.

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

Parametri

value
DesignerActionList[]

Matrice di DesignerActionList oggetti da popolare l'insieme.

Eccezioni

value è null.

Commenti

Il DesignerActionListCollection costruttore crea una raccolta che contiene gli oggetti forniti DesignerActionList .

Vedi anche

Si applica a