Freigeben über


GhostShapeCollection.CopyTo-Methode (array<GhostShape , Int32)

Kopiert das GhostShapes in ein Array GhostShape [], wobei an einem bestimmten Arrayindex.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As GhostShape(), _
    index As Integer _
)
public void CopyTo(
    GhostShape[] array,
    int index
)

Parameter

  • index
    Typ: System.Int32
    Der nullbasierte Indexwert, an dem im Array das Kopieren beginnt.

.NET Framework-Sicherheit

Siehe auch

Referenz

GhostShapeCollection Klasse

CopyTo-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace