TaskProvider.TaskCollection.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 la tâche à la collection.
virtual int System.Collections.IList.Add(System::Object ^ obj) = System::Collections::IList::Add;
virtual int System.Collections.IList.Add(Platform::Object ^ obj) = System::Collections::IList::Add;
int System.Collections.IList.Add(winrt::Windows::Foundation::IInspectable const & obj);
int IList.Add (object obj);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (obj As Object) As Integer Implements IList.Add
Paramètres
- obj
- Object
Objet de tâche.
Retours
Index au niveau duquel la tâche a été ajoutée.