CMAttachmentBearer.GetAttachments Method

Definition

Overloads

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Returns an array of all the bearer's attachments and the attachment propagation mode to attachmentMode.

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Returns an array of all the bearer's attachments and the attachment propagation mode to attachmentMode.

public static Foundation.NSDictionary GetAttachments (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode);
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> Foundation.NSDictionary

Parameters

target
ICMAttachmentBearer

The object on which this method operates.

attachmentMode
CMAttachmentMode

An out parameter that receives a value that tells whether the attachments should propagate or not.

Returns

An array of all the bearer's attachments.

Applies to

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

public static Foundation.NSDictionary<TKey,TValue> GetAttachments<TKey,TValue> (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)

Type Parameters

TKey
TValue

Parameters

attachmentMode
CMAttachmentMode

Returns

Applies to