UNNotificationAttachment.FromIdentifier Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FromIdentifier(String, NSUrl, NSDictionary, NSError) |
Crea e restituisce un nuovo allegato di notifica con l'oggetto , , |
FromIdentifier(String, NSUrl, UNNotificationAttachmentOptions, NSError) |
FromIdentifier(String, NSUrl, NSDictionary, NSError)
Crea e restituisce un nuovo allegato di notifica con l'oggetto , , url
options
e options
fornitoidentifier
.
[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
Parametri
- identifier
- String
Identificatore univoco dell'allegato.
- url
- NSUrl
Posizione dell'allegato.
- options
- NSDictionary
Dizionario di opzioni degli allegati, ad esempio rettangoli di ritaglio, numeri di fotogrammi di animazione e così via.
Questo parametro può essere null
.
Restituisce
Nuovo allegato di notifica.
- Attributi
Si applica a
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
Parametri
- identifier
- String
- url
- NSUrl
- attachmentOptions
- UNNotificationAttachmentOptions
- error
- NSError