WebBackForwardList.GetItemAtIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the history item at the given index.
[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
Parameters
- index
- Int32
The index to retrieve.
Returns
- Attributes
Remarks
Get the history item at the given index. The index range is from 0...n where 0 is the first item and n is the last item.
Java documentation for android.webkit.WebBackForwardList.getItemAtIndex(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.