CNContact.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(CNContactOptions) |
Gets the localized version of the key described in |
LocalizeProperty(NSString) |
Gets the localized value of |
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
- options
- CNContactOptions
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