VectorKeyFrameCollection.IList.IndexOf(Object) Metodo

Definizione

Determina l'indice di un elemento specifico in IList.

 virtual int System.Collections.IList.IndexOf(System::Object ^ keyFrame) = System::Collections::IList::IndexOf;
int IList.IndexOf (object keyFrame);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (keyFrame As Object) As Integer Implements IList.IndexOf

Parametri

keyFrame
Object

Oggetto da individuare nella raccolta IList.

Restituisce

Indice di value, se presente nell'elenco; in caso contrario, -1.

Implementazioni

Si applica a