SizeKeyFrameCollection.IList.Add(Object) Метод
Определение
virtual int System.Collections.IList.Add(System::Object ^ keyFrame) = System::Collections::IList::Add;
int IList.Add (object keyFrame);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (keyFrame As Object) As Integer Implements IList.Add
Параметры
Возвращаемое значение
Позиция, в которую был вставлен новый элемент, или -1, если элемент не был вставлен в коллекцию.The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.