Partager via


TaskProvider.TaskCollection.IList.Insert, méthode

Insère une tâche dans la collection à l'index spécifié.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.11.0 (dans Microsoft.VisualStudio.Shell.11.0.dll)

Syntaxe

'Déclaration
Private Sub Insert ( _
    index As Integer, _
    obj As Object _
) Implements IList.Insert
void IList.Insert(
    int index,
    Object obj
)

Paramètres

  • index
    Type : System.Int32
    L'index auquel pour insérer la tâche.

Implémentations

IList.Insert(Int32, Object)

Sécurité .NET Framework

Voir aussi

Référence

TaskProvider.TaskCollection Classe

Microsoft.VisualStudio.Shell, espace de noms