CMAttachmentBearer.SetAttachments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches theAttachments
to the bearer with the specified 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
Parameters
- target
- ICMAttachmentBearer
The object on which this method operates.
- theAttachments
- NSDictionary
The objects to attach to the bearer.
- attachmentMode
- CMAttachmentMode
The attachment mode to use for all the attachments in theAttachments
.