Share via


CVBuffer.GetAttachment Method

Definition

Overloads

GetAttachment(NSString, CVAttachmentMode)

Caution

Use the generic 'GetAttachment<T>' method instead.

[System.Obsolete("Use the generic 'GetAttachment<T>' method instead.")]
public Foundation.NSObject? GetAttachment(Foundation.NSString key, out CoreVideo.CVAttachmentMode attachmentMode);
[<System.Obsolete("Use the generic 'GetAttachment<T>' method instead.")>]
member this.GetAttachment : Foundation.NSString * CVAttachmentMode -> Foundation.NSObject

Parameters

key
NSString
attachmentMode
CVAttachmentMode

Returns

Attributes

Applies to

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 * CVAttachmentMode -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)

Type Parameters

T

Parameters

key
NSString
attachmentMode
CVAttachmentMode

Returns

T

Applies to