CMAttachmentBearer.GetAttachments 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.
Overloads
GetAttachments(ICMAttachmentBearer, CMAttachmentMode) |
Returns an array of all the bearer's attachments and the attachment propagation mode to |
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
- target
- ICMAttachmentBearer
- attachmentMode
- CMAttachmentMode