Partager via


TaskProvider.TaskCollection.ICollection.CopyTo, méthode

Copie la collection dans un tableau, en commençant à 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 CopyTo ( _
    array As Array, _
    index As Integer _
) Implements ICollection.CopyTo
void ICollection.CopyTo(
    Array array,
    int index
)

Paramètres

  • array
    Type : System.Array
    Tableau dans lequel copier la collection.
  • index
    Type : System.Int32
    L'index de la matrice à partir duquel commencer la copie.

Implémentations

ICollection.CopyTo(Array, Int32)

Sécurité .NET Framework

Voir aussi

Référence

TaskProvider.TaskCollection Classe

Microsoft.VisualStudio.Shell, espace de noms