共用方式為


CVBuffer.GetAttachment 方法

定義

多載

GetAttachment(NSString, CVAttachmentMode)
GetAttachment<T>(NSString, CVAttachmentMode)

GetAttachment(NSString, CVAttachmentMode)

public Foundation.NSObject GetAttachment (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachment : Foundation.NSString *  -> Foundation.NSObject

參數

key
NSString
attachmentMode
CVAttachmentMode

傳回

適用於

GetAttachment<T>(NSString, CVAttachmentMode)

public T GetAttachment<T> (Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode) where T : class, ObjCRuntime.INativeObject;
member this.GetAttachment : Foundation.NSString *  -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

類型參數

T

參數

key
NSString
attachmentMode
CVAttachmentMode

傳回

T

適用於