ListView.CheckedIndexCollection.IList.Add(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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é.