StateManagedCollection.IList.Add(Object) Méthode

Définition

Ajoute un élément à la collection StateManagedCollection.

 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

Paramètres

value
Object

object à ajouter à StateManagedCollection.

Retours

Position à laquelle le nouvel élément a été inséré.

Implémente

Exceptions

Le value spécifié a la valeur null.

Remarques

Les OnValidate méthodes et OnInsert sont appelées avant l’ajout de l’élément à la collection, et la OnInsertComplete méthode est appelée après l’ajout de l’élément.

S’applique à

Voir aussi