DesignerActionListCollection Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DesignerActionListCollection class.
DesignerActionListCollection() |
Initializes a new instance of the DesignerActionListCollection class with default settings. |
DesignerActionListCollection(DesignerActionList[]) |
Initializes a new instance of the DesignerActionListCollection class with the specified panel items. |
Initializes a new instance of the DesignerActionListCollection class with default settings.
public:
DesignerActionListCollection();
public DesignerActionListCollection();
Public Sub New ()
Remarks
The DesignerActionListCollection constructor creates an empty collection, containing zero DesignerActionList objects.
See also
- AddRange(DesignerActionList[])
- Designer Commands and the DesignerAction Object Model for Windows Forms
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Initializes a new instance of the DesignerActionListCollection class with the specified panel items.
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[]
The array of DesignerActionList objects to populate the collection.
Exceptions
value
is null
.
Remarks
The DesignerActionListCollection constructor creates a collection that contains the supplied DesignerActionList objects.
See also
- AddRange(DesignerActionList[])
- Designer Commands and the DesignerAction Object Model for Windows Forms
Applies to
.NET Framework 4.8.1 i druge verzije
Proizvod | Verzije |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: