BooleanKeyFrameCollection.IList.Insert(Int32, Object) 方法
定义
virtual void System.Collections.IList.Insert(int index, System::Object ^ keyFrame) = System::Collections::IList::Insert;
void IList.Insert (int index, object keyFrame);
Sub Insert (index As Integer, keyFrame As Object) Implements IList.Insert
参数
- index
- Int32
从零开始的索引,应在该位置插入 value
。The zero-based index at which value
should be inserted.