次の方法で共有


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指定されたサウンド。

属性

適用対象