次の方法で共有


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

戻り値

適用対象