DesignerActionListCollection Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
- AddRange(DesignerActionList[])
- Designer-kommandon och DesignerAction-objektmodellen för Windows Forms
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
- AddRange(DesignerActionList[])
- Designer-kommandon och DesignerAction-objektmodellen för Windows Forms