CharKeyFrameCollection.Insert(Int32, CharKeyFrame) Metoda

Definice

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

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

Parametry

index
Int32

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

keyFrame
CharKeyFrame

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

Platí pro