NSString.GetLocalizedUserNotificationString Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetLocalizedUserNotificationString(NSString, NSObject[]) | |
GetLocalizedUserNotificationString(String, NSObject[]) |
Obsoleto.
|
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
Parâmetros
- key
- NSString
- arguments
- NSObject[]
Retornos
- Atributos
Aplica-se a
GetLocalizedUserNotificationString(String, NSObject[])
Cuidado
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
Parâmetros
- key
- String
Retornos
- Atributos