CNSocialProfile.LocalizeProperty Method

Definition

Overloads

LocalizeProperty(NSString)

Returns the localized string that is the name of the property associated with the key.

LocalizeProperty(CNPostalAddressKeyOption)
LocalizeProperty(CNSocialProfileOption)

Returns the localized string representing the option.

LocalizeProperty(NSString)

Returns the localized string that is the name of the property associated with the key.

[Foundation.Export("localizedStringForKey:")]
public static string LocalizeProperty (Foundation.NSString key);
static member LocalizeProperty : Foundation.NSString -> string

Parameters

key
NSString

Returns

Attributes

Applies to

LocalizeProperty(CNPostalAddressKeyOption)

public static string LocalizeProperty (Contacts.CNPostalAddressKeyOption key);
static member LocalizeProperty : Contacts.CNPostalAddressKeyOption -> string

Parameters

Returns

Applies to

LocalizeProperty(CNSocialProfileOption)

Returns the localized string representing the option.

public static string LocalizeProperty (Contacts.CNSocialProfileOption option);
static member LocalizeProperty : Contacts.CNSocialProfileOption -> string

Parameters

Returns

Applies to