다음을 통해 공유


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

반환

적용 대상