DesignerActionListCollection.Add(DesignerActionList) Method
Definition
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.
Adds the supplied DesignerActionList to the current collection.
public:
int Add(System::ComponentModel::Design::DesignerActionList ^ value);
public int Add (System.ComponentModel.Design.DesignerActionList value);
public int Add (System.ComponentModel.Design.DesignerActionList? value);
member this.Add : System.ComponentModel.Design.DesignerActionList -> int
Public Function Add (value As DesignerActionList) As Integer
Parameters
- value
- DesignerActionList
The DesignerActionList to add.
Returns
The position into which the new element is inserted into the collection's internal list.
Remarks
The new element is added to the end of the internal list.
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.