PKContactFields Enum
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.
Enumerates fields for a contact.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum PKContactFields
type PKContactFields =
- Inheritance
-
PKContactFields
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates a name field. |
PostalAddress | 1 | Indicates a postal address field. |
EmailAddress | 2 | Indicates an email address field. |
PhoneNumber | 4 | Indicates a phone number field. |
Name | 8 | |
PhoneticName | 16 | Indicates a phonetic name field. |