WKBackForwardList.ItemAtIndex(nint) 方法

定义

获取列表中指定索引处的项,其中当前项的索引为 0。

[Foundation.Export("itemAtIndex:")]
public virtual WebKit.WKBackForwardListItem ItemAtIndex (nint index);
abstract member ItemAtIndex : nint -> WebKit.WKBackForwardListItem
override this.ItemAtIndex : nint -> WebKit.WKBackForwardListItem

参数

index
System.System.IntPtr System.nativeint

返回

属性

适用于