PointCollection.IList.IndexOf(Object) Metodo
Definizione
Per una descrizione di questo membro, vedere IndexOf(Object).For a description of this member, see IndexOf(Object).
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Parametri
- value
- Object
Oggetto Object da individuare in PointCollection.The Object to locate in the PointCollection.
Restituisce
Indice di value
, se presente nell'elenco; in caso contrario, -1.The index of value
if found in the list; otherwise, -1.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia.This member is an explicit interface member implementation. Può essere utilizzato solo quando si esegue il cast dell'istanza PointCollection a un'interfaccia IList.It can be used only when the PointCollection instance is cast to an IList interface.