NSString.GetLocalizedUserNotificationString 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
GetLocalizedUserNotificationString(NSString, NSObject[]) | |
GetLocalizedUserNotificationString(String, NSObject[]) |
Obsolete.
|
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
Parameters
- key
- NSString
- arguments
- NSObject[]
Returns
- Attributes
Applies to
GetLocalizedUserNotificationString(String, NSObject[])
Caution
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
Parameters
- key
- String
Returns
- Attributes