NSString.GetLocalizedUserNotificationString Méthode

Définition

Surcharges

GetLocalizedUserNotificationString(NSString, NSObject[])
GetLocalizedUserNotificationString(String, NSObject[])
Obsolète.

GetLocalizedUserNotificationString(NSString, NSObject[])

[Foundation.Export("localizedUserNotificationStringForKey:arguments:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString GetLocalizedUserNotificationString (Foundation.NSString key, params Foundation.NSObject[] arguments);
static member GetLocalizedUserNotificationString : Foundation.NSString * Foundation.NSObject[] -> Foundation.NSString

Paramètres

key
NSString
arguments
NSObject[]

Retours

Attributs

S’applique à

GetLocalizedUserNotificationString(String, NSObject[])

Attention

Use 'GetLocalizedUserNotificationString' that takes 'NSString' to preserve localization.

[System.Obsolete("Use 'GetLocalizedUserNotificationString' that takes 'NSString' to preserve localization.")]
public static string GetLocalizedUserNotificationString (string key, params Foundation.NSObject[] arguments);
static member GetLocalizedUserNotificationString : string * Foundation.NSObject[] -> string

Paramètres

key
String
arguments
NSObject[]

À ajouter.

Ce paramètre peut être null.

Retours

Attributs

S’applique à