Compartilhar via


CMAttachmentBearer.GetAttachments Método

Definição

Sobrecargas

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Retorna uma matriz de todos os anexos do portador e o modo de propagação de anexo para attachmentMode.

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Retorna uma matriz de todos os anexos do portador e o modo de propagação de anexo para 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

O objeto no qual esse método opera.

attachmentMode
CMAttachmentMode

Um parâmetro out que recebe um valor que informa se os anexos devem se propagar ou não.

Retornos

Uma matriz de todos os anexos do portador.

Aplica-se 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

Retornos

Aplica-se a