次の方法で共有


UNMutableNotificationContent.Attachments プロパティ

定義

通知の添付ファイルを含む オブジェクトの UNNotificationAttachment 配列を取得または設定します。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UserNotifications.UNNotificationAttachment[] Attachments { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("attachments", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setAttachments:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Attachments : UserNotifications.UNNotificationAttachment[] with get, set

プロパティ値

通知の UNNotificationAttachment 添付ファイルを含む オブジェクトの配列。

属性

適用対象