Int16KeyFrameCollection.CopyTo(Int16KeyFrame[], Int32) 方法

定義

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

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

參數

array
Int16KeyFrame[]

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

index
Int32

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

適用於