Freigeben über


GraphLinkCollection.CopyTo-Methode

Kopiert die Elemente der System.Collections.Generic.ICollection in ein System.Array, beginnend bei einem bestimmten System.Array-Index.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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
)

Parameter

  • array
    Typ: array<Microsoft.VisualStudio.GraphModel.GraphLink[]
    Das eindimensionale System.Array, das das Ziel der aus System.Collections.Generic.ICollection kopierten Elemente ist.Für System.Array muss eine nullbasierte Indizierung verwendet werden.
  • arrayIndex
    Typ: System.Int32
    Der nullbasierte Indexwert, an dem im Array das Kopieren beginnt.

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphLinkCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace