UNNotificationAttachmentOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UNNotificationAttachmentOptions() |
空の添付ファイル オプション オブジェクトを作成します。 |
UNNotificationAttachmentOptions(NSDictionary) |
指定されたディクショナリから attachments options オブジェクトを作成します。 |
UNNotificationAttachmentOptions()
空の添付ファイル オプション オブジェクトを作成します。
[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions ();
- 属性
適用対象
UNNotificationAttachmentOptions(NSDictionary)
指定されたディクショナリから attachments options オブジェクトを作成します。
[Foundation.Preserve(Conditional=true)]
public UNNotificationAttachmentOptions (Foundation.NSDictionary dictionary);
new UserNotifications.UNNotificationAttachmentOptions : Foundation.NSDictionary -> UserNotifications.UNNotificationAttachmentOptions
パラメーター
- dictionary
- NSDictionary
- 属性