Поделиться через


CMAttachmentBearer.GetAttachments Метод

Определение

Перегрузки

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Возвращает массив всех вложений носителя и режим распространения вложений в attachmentMode.

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Возвращает массив всех вложений носителя и режим распространения вложений в attachmentMode.

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

Параметры

target
ICMAttachmentBearer

Объект, с которым работает этот метод.

attachmentMode
CMAttachmentMode

Параметр out, получающий значение, указывающее, следует ли распространять вложения.

Возвращаемое значение

Массив всех вложений носителя.

Применяется к

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)

Параметры типа

TKey
TValue

Параметры

attachmentMode
CMAttachmentMode

Возвращаемое значение

Применяется к