DesignerRegionCollection.CopyTo(Array, Int32) 方法
定义
public:
void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
member this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)
参数
- array
- Array
复制区域的目标 Array。The Array that is the destination of the copied regions. Array 必须具有从零开始的索引。The Array must have zero-based indexing.
- index
- Int32
array 中从零开始的索引,从此处开始复制。The zero-based index in array at which copying begins.
注解
使用 Add 或 Insert 方法将设计区域添加到 DesignerRegionCollection 集合中。Use the Add or Insert method to add the design regions to the DesignerRegionCollection collection.