ListView.ColumnHeaderCollection.IList.IndexOf(Object) Metodo

Definizione

Restituisce l'indice all'interno dell'insieme relativo all'intestazione di colonna specificata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

 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 che rappresenta l'intestazione di colonna da individuare nell'insieme.

Restituisce

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

Implementazioni

Si applica a