TimelineCollection.CopyTo(Timeline[], Int32) 方法
定义
从指定的索引位置开始,将 TimelineCollection 中各项复制到传递的 Timeline 数组。Copies the items of the TimelineCollection to the passed Timeline array, starting at the specified index position.
public:
virtual void CopyTo(cli::array <System::Windows::Media::Animation::Timeline ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Animation.Timeline[] array, int index);
abstract member CopyTo : System.Windows.Media.Animation.Timeline[] * int -> unit
override this.CopyTo : System.Windows.Media.Animation.Timeline[] * int -> unit
Public Sub CopyTo (array As Timeline(), index As Integer)
参数
- array
- Timeline[]
目标数组。The destination array.
- index
- Int32
开始进行复制的索引位置(索引从零开始)。The zero-based index position where copying begins.