Int64KeyFrameCollection.Insert(Int32, Int64KeyFrame) Метод

Определение

Вставляет Int64KeyFrame в определенное место в коллекции.

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)

Параметры

index
Int32

Значение индекса, по которому вставляется Int64KeyFrame.

keyFrame
Int64KeyFrame

Объект Int64KeyFrame, который нужно вставить в коллекцию.

Применяется к