Condividi tramite


ItemsSourceView.IndexOf(Object) Metodo

Definizione

Recupera l'indice dell'elemento specificato.

public:
 virtual int IndexOf(Platform::Object ^ item) = IndexOf;
int IndexOf(IInspectable const& item);
public int IndexOf(object item);
function indexOf(item)
Public Function IndexOf (item As Object) As Integer

Parametri

item
Object

Platform::Object

IInspectable

Oggetto da trovare nell'insieme.

Restituisce

Int32

int

Indice dell'elemento da trovare, se trovato.

Si applica a