DesignerOptionService.DesignerOptionCollection.IList.IndexOf(Object) Méthode
Définition
Détermine l'index d'un élément spécifique de la collection.Determines the index of a specific item in the collection.
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
Paramètres
Retours
Index de value
s'il figure dans la liste ; sinon, -1.The index of value
if found in the list; otherwise, -1.