UNNotificationAttachment.FromIdentifier 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromIdentifier(String, NSUrl, NSDictionary, NSError) |
使用提供的 |
FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError) |
FromIdentifier(String, NSUrl, NSDictionary, NSError)
使用提供的 identifier
、 url
、 options
和 options
,建立並傳回新的通知附件。
[Foundation.Export("attachmentWithIdentifier:URL:options:error:")]
public static UserNotifications.UNNotificationAttachment FromIdentifier (string identifier, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSError error);
static member FromIdentifier : string * Foundation.NSUrl * Foundation.NSDictionary * -> UserNotifications.UNNotificationAttachment
參數
- identifier
- String
唯一附件識別碼。
- url
- NSUrl
附件的位置。
傳回
新的通知附加項。
- 屬性
適用於
FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError)
public static UserNotifications.UNNotificationAttachment FromIdentifier (string identifier, Foundation.NSUrl url, UserNotifications.UNNotificationAttachmentOptions attachmentOptions, out Foundation.NSError error);
static member FromIdentifier : string * Foundation.NSUrl * UserNotifications.UNNotificationAttachmentOptions * -> UserNotifications.UNNotificationAttachment
參數
- identifier
- String
- url
- NSUrl
- attachmentOptions
- UNNotificationAttachmentOptions
- error
- NSError