共用方式為


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 指定的音效。

屬性

適用於