ByteKeyFrameCollection.Insert(Int32, ByteKeyFrame) Methode

Definition

Fügt eine ByteKeyFrame an einer bestimmten Stelle innerhalb der Auflistung ein.

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

Parameter

index
Int32

Die Indexposition, an der die ByteKeyFrame Einfügung erfolgt.

keyFrame
ByteKeyFrame

Das ByteKeyFrame Objekt, das in die Auflistung eingefügt werden soll.

Gilt für: