Int64KeyFrameCollection.Insert(Int32, Int64KeyFrame) Metoda

Definice

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

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)

Parametry

index
Int32

Pozice indexu Int64KeyFrame , do které se vloží.

keyFrame
Int64KeyFrame

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

Platí pro