ListView.CheckedIndexCollection.IList.IndexOf(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce l'indice dell'oggetto specificato nella classe ListView.CheckedIndexCollection.
virtual int System.Collections.IList.IndexOf(System::Object ^ checkedIndex) = System::Collections::IList::IndexOf;
int IList.IndexOf (object checkedIndex);
int IList.IndexOf (object? checkedIndex);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (checkedIndex As Object) As Integer Implements IList.IndexOf
Parametri
- checkedIndex
- Object
Indice a base zero della classe ListView.ListViewItemCollection da individuare nell'insieme.
Restituisce
Indice a base zero nell'insieme in cui si trova l'indice specificato della classe ListView.ListViewItemCollection se è all'interno dell'oggetto ListView.CheckedIndexCollection; in caso contrario, -1.