다음을 통해 공유


CVBuffer.GetAttachments 메서드

정의

오버로드

GetAttachments(CVAttachmentMode)
GetAttachments<TKey,TValue>(CVAttachmentMode)

GetAttachments(CVAttachmentMode)

public Foundation.NSDictionary GetAttachments (CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachments : CoreVideo.CVAttachmentMode -> Foundation.NSDictionary

매개 변수

attachmentMode
CVAttachmentMode

반환

적용 대상

GetAttachments<TKey,TValue>(CVAttachmentMode)

public Foundation.NSDictionary<TKey,TValue> GetAttachments<TKey,TValue> (CoreVideo.CVAttachmentMode attachmentMode) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetAttachments : CoreVideo.CVAttachmentMode -> 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
CVAttachmentMode

반환

적용 대상