Share via


CMAttachmentBearer.GetAttachments Método

Definición

Sobrecargas

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Devuelve una matriz de todos los datos adjuntos del portador y el modo de propagación de datos adjuntos a attachmentMode.

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Devuelve una matriz de todos los datos adjuntos del portador y el modo de propagación de datos adjuntos a attachmentMode.

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

Parámetros

target
ICMAttachmentBearer

Objeto en el que opera este método.

attachmentMode
CMAttachmentMode

Parámetro out que recibe un valor que indica si los datos adjuntos deben propagarse o no.

Devoluciones

Matriz de todos los datos adjuntos del portador.

Se aplica a

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)

Parámetros de tipo

TKey
TValue

Parámetros

attachmentMode
CMAttachmentMode

Devoluciones

Se aplica a