DesignerAutoFormatCollection.IList.Add(Object) Método

Definición

Agrega un elemento a la colección cuando el objeto DesignerAutoFormatCollection se convierte en una interfaz IList.

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

Parámetros

value
Object

DesignerAutoFormat que se va a agregar a la DesignerAutoFormatCollection.

Devoluciones

Int32

Índice del elemento que se ha agregado.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando el DesignerAutoFormatCollection objeto se convierte en una IList interfaz.

Se aplica a

Consulte también