CNPostalAddress.LocalizeProperty Method
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.
Overloads
LocalizeProperty(CNPostalAddressKeyOption) |
The localized name for the property as modified by the option that is specified in |
LocalizeProperty(NSString) |
The localized name for the part of the property associated with the key specified in |
LocalizeProperty(CNPostalAddressKeyOption)
The localized name for the property as modified by the option that is specified in option
.
public static string LocalizeProperty (Contacts.CNPostalAddressKeyOption option);
static member LocalizeProperty : Contacts.CNPostalAddressKeyOption -> string
Parameters
- option
- CNPostalAddressKeyOption
Returns
Applies to
LocalizeProperty(NSString)
The localized name for the part of the property associated with the key specified in property
.
[Foundation.Export("localizedStringForKey:")]
public static string LocalizeProperty (Foundation.NSString property);
static member LocalizeProperty : Foundation.NSString -> string
Parameters
- property
- NSString
Returns
- Attributes