GhostShapeCollection.CopyTo 方法 (array<GhostShape[], Int32)

从特定的数组索引开始,将 GhostShapes 复制到 GhostShape[] 数组中。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

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

参数

  • index
    类型:System.Int32
    数组中从零开始的索引,从此处开始复制。

.NET Framework 安全性

请参阅

参考

GhostShapeCollection 类

CopyTo 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间