共用方式為


ABMultiValue<T>.Item[nint] 屬性

定義

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

適用於