Int32KeyFrameCollection.Insert(Int32, Int32KeyFrame) Metoda

Definice

Vloží do Int32KeyFrame konkrétního umístění v kolekci.

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

Parametry

index
Int32

Pozice indexu, do které je vložena Int32KeyFrame .

keyFrame
Int32KeyFrame

Objekt Int32KeyFrame , který chcete vložit do kolekce.

Platí pro