次の方法で共有


ABMultiValue<T>.Item[nint] プロパティ

定義

指定した indexにあるABMultiValueEntry<T>インスタンスを取得します。

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 が 0 未満か、Count 以上です。

適用対象