System::Collections::IList::IndexOf metodo
IList::IndexOf method
Restituisce il primo indice dell’elemento specificato.
virtual int System::Collections::IList::IndexOf(SharedPtr<System::Object> item) const =0
| Parametro | Tipo | Descrizione |
|---|---|---|
| elemento | SharedPtr<System::Object> | L’elemento da cercare. |
ReturnValue
L’indice della prima occorrenza dell’elemento specificato, altrimenti -1.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class IList
- Namespace System::Collections
- Library Aspose.Font for C++