BooleanKeyFrameCollection.Insert(Int32, BooleanKeyFrame) 方法

定義

BooleanKeyFrame 插入集合內的特定位置。

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

參數

index
Int32

插入 BooleanKeyFrame 的索引位置。

keyFrame
BooleanKeyFrame

要插入集合的 BooleanKeyFrame 物件。

適用於