CNInstantMessageAddress.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(CNInstantMessageServiceOption) |
Returns the localized string for the specified |
LocalizeService(NSString) |
Returns the localized name of the |
LocalizeService(CNInstantMessageServiceOption)
Returns the localized string for the specified serviceOption
.
public static string LocalizeService (Contacts.CNInstantMessageServiceOption serviceOption);
static member LocalizeService : Contacts.CNInstantMessageServiceOption -> string
Parameters
- serviceOption
- CNInstantMessageServiceOption
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