TimelineCollection.Insert(Int32, Timeline) 方法

定义

将指定的 Timeline 对象插入到此 TimelineCollection 中的指定索引位置处。

public:
 virtual void Insert(int index, System::Windows::Media::Animation::Timeline ^ value);
public void Insert (int index, System.Windows.Media.Animation.Timeline value);
abstract member Insert : int * System.Windows.Media.Animation.Timeline -> unit
override this.Insert : int * System.Windows.Media.Animation.Timeline -> unit
Public Sub Insert (index As Integer, value As Timeline)

参数

index
Int32

value 插入位置的从零开始的索引。

value
Timeline

要插入的对象。

实现

适用于