Freigeben über


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

Parameter

  • arrayIndex
    Typ: Int32

    Der nullbasierte Index im Array, ab dem mit dem Kopieren begonnen wird.

Implementiert

ICollection.CopyTo(UTP, Int32)

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPropertyCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace