ListViewGroupCollection.IList.IndexOf(Object) Metodo

Definizione

Restituisce l'indice all'interno dell'insieme del valore specificato.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
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

Il gruppo ListViewGroup da trovare nell'insieme ListViewGroupCollection.

Restituisce

Indice in base zero dell'oggetto value se presente nell'insieme; in caso contrario, -1.

Implementazioni

Si applica a