Compartir a través de


ToolStripItemCollection.IList.Add(Object) Método

Definición

Agrega un elemento a la colección.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
int IList.Add (object? value);
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parámetros

value
Object

Elemento que se va a agregar a la colección.

Devoluciones

Ubicación en la que se insertó value.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ToolStripItemCollection se convierte en una interfaz IList.

Se aplica a