AdapterView.GetItemAtPosition(Int32) Metodo

Definizione

Ottiene i dati associati alla posizione specificata nell'elenco.

[Android.Runtime.Register("getItemAtPosition", "(I)Ljava/lang/Object;", "GetGetItemAtPosition_IHandler")]
public virtual Java.Lang.Object? GetItemAtPosition(int position);
[<Android.Runtime.Register("getItemAtPosition", "(I)Ljava/lang/Object;", "GetGetItemAtPosition_IHandler")>]
abstract member GetItemAtPosition : int -> Java.Lang.Object
override this.GetItemAtPosition : int -> Java.Lang.Object

Parametri

position
Int32

Quali dati ottenere

Valori restituiti

Dati associati alla posizione specificata nell'elenco

Attributi

Commenti

Ottiene i dati associati alla posizione specificata nell'elenco.

per android.widget.AdapterView.getItemAtPosition(int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a