Freigeben über


GraphCategoryCollection.CopyTo-Methode

Kopiert die Elemente der Sammlung in ein System.Array, wobei an einem bestimmten System.Arrayindex begonnen wird.

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

Syntax

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

Parameter

  • arrayIndex
    Typ: Int32

    Der nullbasierte Index in array, ab dem kopiert wird.

Implementiert

ICollection.CopyTo(UTP, Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCategoryCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace