共用方式為


BehaviorServiceAdornerCollection.CopyTo(Adorner[], Int32) 方法

定義

BehaviorServiceAdornerCollection 值複製到指定索引處的一維 Array

public:
 void CopyTo(cli::array <System::Windows::Forms::Design::Behavior::Adorner ^> ^ array, int index);
public void CopyTo (System.Windows.Forms.Design.Behavior.Adorner[] array, int index);
member this.CopyTo : System.Windows.Forms.Design.Behavior.Adorner[] * int -> unit
Public Sub CopyTo (array As Adorner(), index As Integer)

參數

array
Adorner[]

複製自 BehaviorServiceAdornerCollection 之值的目的地一維 Array

index
Int32

array 中開始複製處的索引。

例外狀況

array 是多維的。

-或-

BehaviorServiceAdornerCollection 中的項目數大於 indexarray 結尾間的可用空間。

arraynull

arrayIndex 小於 array 的下限。

適用於

另請參閱