JSValue.GetValueAt(nuint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回位於指定 index
之 的值,如果不存在,則 undefined
傳回 。
[Foundation.Export("valueAtIndex:")]
public virtual JavaScriptCore.JSValue GetValueAt (nuint index);
abstract member GetValueAt : nuint -> JavaScriptCore.JSValue
override this.GetValueAt : nuint -> JavaScriptCore.JSValue
參數
- index
- System.System.UIntPtr System.unativeint
傳回
- 屬性