CNInstantMessageAddress.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
| Name | Description |
|---|---|
| LocalizeProperty(CNInstantMessageAddressOption) |
Returns the localized property name for |
| LocalizeProperty(NSString) |
LocalizeProperty(CNInstantMessageAddressOption)
Returns the localized property name for property.
public static string LocalizeProperty(Contacts.CNInstantMessageAddressOption property);
static member LocalizeProperty : Contacts.CNInstantMessageAddressOption -> string
Parameters
- property
- CNInstantMessageAddressOption
Returns
Applies to
LocalizeProperty(NSString)
[Foundation.Export("localizedStringForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string LocalizeProperty(Foundation.NSString propertyKey);
[<Foundation.Export("localizedStringForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member LocalizeProperty : Foundation.NSString -> string
Parameters
- propertyKey
- NSString
Returns
- Attributes