ColorKeyFrameCollection.IList.Add(Object) Método

Definición

Agrega un elemento a IList.

 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

Parámetros

keyFrame
Object

Objeto que se va a agregar a IList.

Devoluciones

La posición en la que se insertó el nuevo elemento o -1 para indicar que el elemento no se insertó en la colección.

Implementaciones

Se aplica a