ABMultiValueEntry<T> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>. |