Int32KeyFrameCollection.CopyTo(Int32KeyFrame[], Int32) 方法

定義

將集合中的所有 Int32KeyFrame 物件複製到指定的陣列。

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

參數

array
Int32KeyFrame[]

識別複製內容的目標陣列。

index
Int32

複製集合內容之目標陣列中的索引位置。

適用於