StringKeyFrameCollection.Insert(Int32, StringKeyFrame) Метод
Определение
Вставляет StringKeyFrame в определенное место в коллекции.Inserts a StringKeyFrame into a specific location within the collection.
public:
void Insert(int index, System::Windows::Media::Animation::StringKeyFrame ^ keyFrame);
public void Insert (int index, System.Windows.Media.Animation.StringKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.StringKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As StringKeyFrame)
Параметры
- index
- Int32
Значение индекса, по которому вставляется StringKeyFrame.The index position at which the StringKeyFrame is inserted.
- keyFrame
- StringKeyFrame
Объект StringKeyFrame, который нужно вставить в коллекцию.The StringKeyFrame object to insert in the collection.