GhostShapeCollection.CopyTo 方法 (Array, Int32)
从特定的数组索引开始,将 GhostShapes 复制到一个数组中。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
语法
声明
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
public void CopyTo(
Array array,
int index
)
参数
- array
类型:System.Array
一维“数组”(从集合中复制的 GhostShapes 目标)。该数组必须具有从零开始的索引。
- index
类型:System.Int32
数组中从零开始的索引,从此处开始复制。
实现
ICollection.CopyTo(Array, Int32)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。