CNContact.LocalizeProperty Method

Definition

Overloads

LocalizeProperty(CNContactOptions)

Gets the localized version of the key described in options.

LocalizeProperty(NSString)

Gets the localized value of contactKey.

LocalizeProperty(CNContactOptions)

Gets the localized version of the key described in options.

public static string LocalizeProperty (Contacts.CNContactOptions options);
static member LocalizeProperty : Contacts.CNContactOptions -> string

Parameters

Returns

Applies to

LocalizeProperty(NSString)

Gets the localized value of contactKey.

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

Parameters

contactKey
NSString

Returns

Attributes

Applies to