次の方法で共有


ABMutableStringMultiValue クラス

定義

値の変更をサポートする T:AddressBook.ABMultiValue{Foundation.NSString}

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public class ABMutableStringMultiValue : AddressBook.ABMutableMultiValue<string>
type ABMutableStringMultiValue = class
    inherit ABMutableMultiValue<string>
継承
ABMutableStringMultiValue
属性

コンストラクター

ABMutableStringMultiValue()

インスタンスを構築して初期化します ABMutableStringMultiValue

プロパティ

Count

ABMultiValue<T> 内のエントリの数。

(継承元 ABMultiValue<T>)
Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 ABMultiValue<T>)
IsReadOnly

ABMutableMultiValue<T> が読み取り専用かどうかを示す値を取得します。

(継承元 ABMutableMultiValue<T>)
Item[nint]

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

(継承元 ABMultiValue<T>)
PropertyType

コレクション内の値の型。

(継承元 ABMultiValue<T>)

メソッド

Add(T, NSString)

複数値プロパティにラベルlabelを付けて を追加valueします。

(継承元 ABMutableMultiValue<T>)
Dispose()

ABMultiValue'1 オブジェクトによって使用されるリソースを解放します。

(継承元 ABMultiValue<T>)
Dispose(Boolean)

ABMultiValue'1 オブジェクトによって使用されるリソースを解放します。

(継承元 ABMultiValue<T>)
GetEnumerator()

内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。

(継承元 ABMultiValue<T>)
GetFirstIndexOfValue(NSObject)

コレクション内の の最初の value インデックスを取得します。

(継承元 ABMultiValue<T>)
GetIndexForIdentifier(Int32)

と等しい値を持つエントリのこのコレクション内のABMultiValueEntry<T>インデックスをIdentifieridentifier取得します。

(継承元 ABMultiValue<T>)
GetValues()

コレクション内のすべての値を取得します。

(継承元 ABMultiValue<T>)
Insert(nint, T, NSString)

値の変更をサポートする T:AddressBook.ABMultiValue{Foundation.NSString}

(継承元 ABMutableMultiValue<T>)
RemoveAt(nint)

複数値プロパティから値を削除します。

(継承元 ABMutableMultiValue<T>)
ToMutableMultiValue()

内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。

(継承元 ABMultiValue<T>)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

内のすべてのエントリを反復処理する列挙子を ABMultiValue<T>返します。

(継承元 ABMultiValue<T>)

適用対象