CNSocialProfile.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(NSString) |
Returns the localized string that is the name of the property associated with the |
LocalizeProperty(CNPostalAddressKeyOption) | |
LocalizeProperty(CNSocialProfileOption) |
Returns the localized string representing the |
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
- option
- CNSocialProfileOption