Int64KeyFrameCollection.Insert(Int32, Int64KeyFrame) メソッド

定義

Int64KeyFrame をコレクション内の特定の場所に挿入します。

public:
 void Insert(int index, System::Windows::Media::Animation::Int64KeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.Int64KeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.Int64KeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As Int64KeyFrame)

パラメーター

index
Int32

Int64KeyFrame を挿入するインデックス位置。

keyFrame
Int64KeyFrame

コレクションに挿入する Int64KeyFrame オブジェクト。

適用対象