TriggerActionCollection.CopyTo(TriggerAction[], Int32) 方法

定義

從指定的索引開始,將集合項目複製到指定的陣列。

public:
 virtual void CopyTo(cli::array <System::Windows::TriggerAction ^> ^ array, int index);
public void CopyTo (System.Windows.TriggerAction[] array, int index);
abstract member CopyTo : System.Windows.TriggerAction[] * int -> unit
override this.CopyTo : System.Windows.TriggerAction[] * int -> unit
Public Sub CopyTo (array As TriggerAction(), index As Integer)

參數

array
TriggerAction[]

從集合複製之項目目的端的一維陣列。 這個陣列必須使用以零起始的索引。

index
Int32

array 中以零起始的索引 (複製開始之處)。

實作

適用於

另請參閱