CMAttachmentBearer.SetAttachments Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’attache theAttachments
au porteur avec le spécifié attachmentMode
.
public static void SetAttachments (this CoreMedia.ICMAttachmentBearer target, Foundation.NSDictionary theAttachments, CoreMedia.CMAttachmentMode attachmentMode);
static member SetAttachments : CoreMedia.ICMAttachmentBearer * Foundation.NSDictionary * CoreMedia.CMAttachmentMode -> unit
Paramètres
- target
- ICMAttachmentBearer
Objet sur lequel cette méthode fonctionne.
- theAttachments
- NSDictionary
Objets à attacher au porteur.
- attachmentMode
- CMAttachmentMode
Mode de pièce jointe à utiliser pour toutes les pièces jointes dans theAttachments
.