ListView.CheckedIndexCollection.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);
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

Objeto que se va a agregar a ListView.CheckedIndexCollection.

Devoluciones

Int32

Índice de base cero de la colección en que se encuentra value.

Implementaciones

Excepciones

Siempre se produce.

Comentarios

No se puede cambiar la CheckedListBox.CheckedIndexCollection clase directamente. Para agregar un elemento a CheckedListBox.CheckedIndexCollection, use la Checked propiedad .

Se aplica a