CNPostalAddress.LocalizeProperty Method

Definition

Overloads

LocalizeProperty(CNPostalAddressKeyOption)

The localized name for the property as modified by the option that is specified in option.

LocalizeProperty(NSString)

The localized name for the part of the property associated with the key specified in property.

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

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

Applies to