Int16KeyFrameCollection.Insert(Int32, Int16KeyFrame) Метод

Определение

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

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

Параметры

index
Int32

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

keyFrame
Int16KeyFrame

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

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