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 を挿入する位置の 0 から始まるインデックス番号。

value
Timeline

挿入するオブジェクト。

実装

適用対象