DesignerActionListCollection.Add(DesignerActionList) Metodo

Definizione

Aggiunge l'oggetto DesignerActionList fornito all'insieme corrente.

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

Parametri

value
DesignerActionList

Oggetto DesignerActionList da aggiungere.

Restituisce

Posizione in cui il nuovo elemento è stato inserito nell'elenco interno dell'insieme.

Commenti

Il nuovo elemento viene aggiunto alla fine dell'elenco interno.

Si applica a

Vedi anche