DesignerActionListCollection Konstruktorer

Definition

Initierar en ny instans av DesignerActionListCollection klassen.

Överlagringar

Name Description
DesignerActionListCollection()

Initierar en ny instans av DesignerActionListCollection klassen med standardinställningar.

DesignerActionListCollection(DesignerActionList[])

Initierar en ny instans av DesignerActionListCollection klassen med de angivna panelobjekten.

DesignerActionListCollection()

Initierar en ny instans av DesignerActionListCollection klassen med standardinställningar.

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

Kommentarer

Konstruktorn DesignerActionListCollection skapar en tom samling som innehåller noll DesignerActionList objekt.

Se även

Gäller för

DesignerActionListCollection(DesignerActionList[])

Initierar en ny instans av DesignerActionListCollection klassen med de angivna panelobjekten.

public:
 DesignerActionListCollection(cli::array <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())

Parametrar

value
DesignerActionList[]

Matrisen med DesignerActionList objekt som ska fylla samlingen.

Undantag

value är null.

Kommentarer

Konstruktorn DesignerActionListCollection skapar en samling som innehåller de angivna DesignerActionList objekten.

Se även

Gäller för