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

复制 GhostShapes 到 GhostShape [] 数组,开始在特定数组索引。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 命名空间