CMAttachmentBearer.SetAttachments 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.
theAttachments
Collega al bearer con l'oggetto specificatoattachmentMode
.
public static void SetAttachments (this CoreMedia.ICMAttachmentBearer target, Foundation.NSDictionary theAttachments, CoreMedia.CMAttachmentMode attachmentMode);
static member SetAttachments : CoreMedia.ICMAttachmentBearer * Foundation.NSDictionary * CoreMedia.CMAttachmentMode -> unit
Parametri
- target
- ICMAttachmentBearer
Oggetto sul quale opera questo metodo.
- theAttachments
- NSDictionary
Oggetti da associare al bearer.
- attachmentMode
- CMAttachmentMode
Modalità allegato da usare per tutti gli allegati in theAttachments
.