UNNotificationSound.GetSound(String) 方法

定义

获取 由 name指定的声音。

[Foundation.Export("soundNamed:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UserNotifications.UNNotificationSound GetSound (string name);
static member GetSound : string -> UserNotifications.UNNotificationSound

参数

name
String

要获取的声音的名称。

返回

name指定的声音。

属性

适用于