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

要插入的物件。

實作

適用於