ABMultiValueEntry<T> Struct

Definition

A ABMultiValue<T> entry.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public struct ABMultiValueEntry<T>
type ABMultiValueEntry<'T> = struct

Type Parameters

T

The type of the value to store.

Inheritance
ABMultiValueEntry<T>
Attributes

Remarks

A "tuple" of (Value, Label, Identifier).

Properties

Identifier

The identifier of the ABMultiValueEntry<T>.

IsReadOnly

Gets a value indicating whether the ABMultiValueEntry<T> is read-only.

Label

The label of the ABMultiValueEntry<T>.

Value

The value of the ABMultiValueEntry<T>.

Applies to