GlobalObjectCollection.ICollection.CopyTo, méthode

Copie le contenu de cette collection à la matrice donnée en commençant à l'index donné.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.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
    La destination pour les éléments copiés.
  • index
    Type : System.Int32
    Position dans la matrice à laquelle pour commencer la copie.

Implémentations

ICollection.CopyTo(Array, Int32)

Sécurité .NET Framework

Voir aussi

Référence

GlobalObjectCollection Classe

Microsoft.VisualStudio.Shell.Design, espace de noms