ABMultiValue<T>.Item[nint] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ABMultiValueEntry<T>取得位於指定 index
之 的實例。
public AddressBook.ABMultiValueEntry<T> this[nint index] { get; }
member this.Item(nint) : AddressBook.ABMultiValueEntry<'T>
參數
- index
- System.System.IntPtr System.nativeint
包含要取得之實例索引的 ABMultiValueEntry<T> T:System.Int32。
屬性值
位於 ABMultiValueEntry<T> 指定索引處的值。
例外狀況
index
小於零,或是大於或等於 Count。