Share via


CNInstantMessageAddress.LocalizeProperty Method

Definition

Overloads

Name Description
LocalizeProperty(CNInstantMessageAddressOption)

Returns the localized property name for property.

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

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

Applies to