Partager via


GraphNodeCollection.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 GraphNode(), _
    arrayIndex As Integer _
)
public void CopyTo(
    GraphNode[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<GraphNode^>^ array, 
    int arrayIndex
) sealed
abstract CopyTo : 
        array:GraphNode[] * 
        arrayIndex:int -> unit  
override CopyTo : 
        array:GraphNode[] * 
        arrayIndex:int -> unit
public final function CopyTo(
    array : GraphNode[], 
    arrayIndex : int
)

Paramètres

  • array
    Type : array<Microsoft.VisualStudio.GraphModel.GraphNode[]

    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 : Int32

    Index de base zéro du tableau à partir duquel commencer la copie.

Implémentations

ICollection.CopyTo(UTP, Int32)

Exceptions

Exception Condition
ArgumentNullException

le tableau a une valeur null

ArgumentOutOfRangeException

arrayIndex est inférieur à 0.

ArgumentException

le tableau est multidimensionnel. -ou- Le nombre d'éléments dans la source System.Collections.Generic.ICollection est supérieur à l'espace disponible de l'arrayIndex à la fin du tableau de destination. -ou-Le Type T ne peut pas être converti automatiquement en type du tableau de destination.

Sécurité .NET Framework

Voir aussi

Référence

GraphNodeCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms