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
| Name | Description |
|---|---|
| LocalizeService(CNInstantMessageServiceOption) |
Returns the localized string for the specified |
| LocalizeService(NSString) |
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)
[Foundation.Export("localizedStringForService:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string LocalizeService(Foundation.NSString service);
[<Foundation.Export("localizedStringForService:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LocalizeService : Foundation.NSString -> string
Parameters
- service
- NSString
Returns
- Attributes