DesignSurfaceCollection.CopyTo(DesignSurface[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
複製集合成員至指定的 DesignSurface 陣列,起始於指定的目的索引。
public:
void CopyTo(cli::array <System::ComponentModel::Design::DesignSurface ^> ^ array, int index);
public void CopyTo (System.ComponentModel.Design.DesignSurface[] array, int index);
member this.CopyTo : System.ComponentModel.Design.DesignSurface[] * int -> unit
Public Sub CopyTo (array As DesignSurface(), index As Integer)
參數
- array
- DesignSurface[]
集合成員所要複製的目的陣列。
- index
- Int32
要開始複製到的目的索引。