Partager via


GraphLinkCollection.CopyTo, méthode

Copie les éléments de System.Collections.Generic.ICollection dans un System.Array, en commençant par un index particulier System.Array.

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

Syntaxe

'Déclaration
Public Sub CopyTo ( _
    array As GraphLink(), _
    arrayIndex As Integer _
)
public void CopyTo(
    GraphLink[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<GraphLink^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:GraphLink[] * 
        arrayIndex:int -> unit 
override CopyTo : 
        array:GraphLink[] * 
        arrayIndex:int -> unit 
public final function CopyTo(
    array : GraphLink[], 
    arrayIndex : int
)

Paramètres

  • array
    Type : array<Microsoft.VisualStudio.GraphModel.GraphLink[]
    Le System.Array unidimensionnel qui constitue la destination des éléments copiés à partir de System.Collections.Generic.ICollection.System.Array doit avoir une indexation de base zéro.
  • arrayIndex
    Type : System.Int32
    Index de base zéro dans un tableau à partir duquel la copie commence.

Implémentations

ICollection<T>.CopyTo(array<T[], Int32)

Sécurité .NET Framework

Voir aussi

Référence

GraphLinkCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms