CNPostalAddressKeyOption 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.
Enumeration of properties of a CNPostalAddress.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum CNPostalAddressKeyOption
type CNPostalAddressKeyOption =
- Inheritance
-
CNPostalAddressKeyOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
Street | 0 | Corresponds to the Street property. |
City | 1 | Corresponds to the City property. |
State | 2 | Corresponds to the State property. |
PostalCode | 3 | Corresponds to the PostalCode property. |
Country | 4 | Corresponds to the Country property. |
IsoCountryCode | 5 | Corresponds to the IsoCountryCode property. |
SubLocality | 6 | Corresponds to the SubLocality property. |
SubAdministrativeArea | 7 | Corresponds to the SubAdministrativeArea property. |