Int16KeyFrameCollection.Insert(Int32, Int16KeyFrame) メソッド

定義

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

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

パラメーター

index
Int32

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

keyFrame
Int16KeyFrame

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

適用対象