ABMutableMultiValue<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ABMultiValue<T>編集をサポートする 。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABMutableMultiValue<T> : AddressBook.ABMultiValue<T>
type ABMutableMultiValue<'T> = class
inherit ABMultiValue<'T>
型パラメーター
- T
格納する値の型。
- 継承
- 派生
- 属性
注釈
"編集" には、エントリの追加と削除 ABMultiValueEntry<T> 、およびエントリの Value プロパティと Label プロパティの変更が含まれます。
サポートされている操作は次のとおりです。
- プロパティの作成: C:AddressBook.ABMutableDateMultiValue.ctor、C:AddressBook.ABMutableDictionaryMultiValue.ctor、。
- プロパティの作成: C:AddressBook.ABMutableDateMultiValue.ctor、C:AddressBook.ABMutableDictionaryMultiValue.ctor、。
プロパティ
Count |
ABMultiValue<T> 内のエントリの数。 (継承元 ABMultiValue<T>) |
Handle |
アンマネージド オブジェクト表現へのハンドル (ポインター)。 (継承元 ABMultiValue<T>) |
IsReadOnly |
ABMutableMultiValue<T> が読み取り専用かどうかを示す値を取得します。 |
Item[nint] |
指定した |
PropertyType |
コレクション内の値の型。 (継承元 ABMultiValue<T>) |
メソッド
Add(T, NSString) |
複数値プロパティにラベル |
Dispose() |
ABMultiValue'1 オブジェクトによって使用されるリソースを解放します。 (継承元 ABMultiValue<T>) |
Dispose(Boolean) |
ABMultiValue'1 オブジェクトによって使用されるリソースを解放します。 (継承元 ABMultiValue<T>) |
GetEnumerator() |
内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。 (継承元 ABMultiValue<T>) |
GetFirstIndexOfValue(NSObject) |
コレクション内の の最初の |
GetIndexForIdentifier(Int32) |
と等しい値を持つエントリのこのコレクション内のABMultiValueEntry<T>インデックスをIdentifier |
GetValues() |
コレクション内のすべての値を取得します。 (継承元 ABMultiValue<T>) |
Insert(nint, T, NSString) |
ABMultiValue<T>編集をサポートする 。 |
RemoveAt(nint) |
複数値プロパティから値を削除します。 |
ToMutableMultiValue() |
内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。 (継承元 ABMultiValue<T>) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。 (継承元 ABMultiValue<T>) |