ListViewItem.ListViewSubItemCollection.IList.IndexOf(Object) Metodo

Definizione

Restituisce l'indice all'interno dell'insieme dell'elemento secondario specificato.

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

Parametri

subItem
Object

Oggetto che rappresenta l'elemento secondario da individuare nell'insieme.

Restituisce

Int32

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

Implementazioni

Si applica a