CNSocialProfile.LocalizeService 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
LocalizeService(CNSocialProfileServiceOption) |
Returns the localized string representing the |
LocalizeService(NSString) |
Returns the localized name of the |
LocalizeService(CNSocialProfileServiceOption)
Returns the localized string representing the serviceOption
.
public static string LocalizeService (Contacts.CNSocialProfileServiceOption serviceOption);
static member LocalizeService : Contacts.CNSocialProfileServiceOption -> string
Parameters
- serviceOption
- CNSocialProfileServiceOption
Returns
Applies to
LocalizeService(NSString)
Returns the localized name of the service
.
[Foundation.Export("localizedStringForService:")]
public static string LocalizeService (Foundation.NSString service);
static member LocalizeService : Foundation.NSString -> string
Parameters
- service
- NSString
Returns
- Attributes