TaskProvider.TaskCollection.IList.Add(Object) Méthode

Définition

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

Int32

Index au niveau duquel la tâche a été ajoutée.

Implémente

S’applique à