DesignerActionListCollection Constructors

Definitie

Initialiseert een nieuw exemplaar van de DesignerActionListCollection klasse.

Overloads

Name Description
DesignerActionListCollection()

Initialiseert een nieuw exemplaar van de DesignerActionListCollection klasse met standaardinstellingen.

DesignerActionListCollection(DesignerActionList[])

Initialiseert een nieuw exemplaar van de DesignerActionListCollection klasse met de opgegeven paneelitems.

DesignerActionListCollection()

Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs

Initialiseert een nieuw exemplaar van de DesignerActionListCollection klasse met standaardinstellingen.

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

Opmerkingen

De DesignerActionListCollection constructor maakt een lege verzameling die nulobjecten DesignerActionList bevat.

Zie ook

Van toepassing op

DesignerActionListCollection(DesignerActionList[])

Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs
Bron:
DesignerActionListCollection.cs

Initialiseert een nieuw exemplaar van de DesignerActionListCollection klasse met de opgegeven paneelitems.

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

Parameters

value
DesignerActionList[]

De matrix met DesignerActionList objecten om de verzameling te vullen.

Uitzonderingen

value is null.

Opmerkingen

De DesignerActionListCollection constructor maakt een verzameling die de opgegeven DesignerActionList objecten bevat.

Zie ook

Van toepassing op