WebBackForwardList.GetItemAtIndex(Int32) Método

Definición

Obtenga el elemento de historial en el índice especificado.

[Android.Runtime.Register("getItemAtIndex", "(I)Landroid/webkit/WebHistoryItem;", "GetGetItemAtIndex_IHandler")]
public abstract Android.Webkit.WebHistoryItem? GetItemAtIndex(int index);
[<Android.Runtime.Register("getItemAtIndex", "(I)Landroid/webkit/WebHistoryItem;", "GetGetItemAtIndex_IHandler")>]
abstract member GetItemAtIndex : int -> Android.Webkit.WebHistoryItem

Parámetros

index
Int32

Índice que se va a recuperar.

Devoluciones

Atributos

Comentarios

Obtenga el elemento de historial en el índice especificado. El intervalo de índice es de 0...n, donde 0 es el primer elemento y n es el último elemento.

Java documentación para android.webkit.WebBackForwardList.getItemAtIndex(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a