HTMLCollection.Item

HTMLCollection indexer

Restituisce l’indice-esimo elemento nella raccolta. Se index è maggiore o uguale al numero di nodi nell’elenco, restituisce null.

public abstract Element this[int index] { get; }
ParametroDescrizione
indexL’indice.

Valore di ritorno

Restituisce l’elemento.

Valore della proprietà

IlElement .

Guarda anche