ListView.CheckedIndexCollection.IList.Add(Object) Méthode

Définition

Ajoute un élément à la collection.

 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

Paramètres

value
Object

Objet à ajouter à ListView.CheckedIndexCollection.

Retours

Int32

Index de base zéro où est stocké value dans la collection.

Implémente

Exceptions

Toujours levée.

Remarques

Vous ne pouvez pas modifier la CheckedListBox.CheckedIndexCollection classe directement. Pour ajouter un élément au CheckedListBox.CheckedIndexCollection, utilisez la Checked propriété.

S’applique à