CVBuffer.GetAttachment Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- key
- NSString
- attachmentMode
- CVAttachmentMode
Returns
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 * -> 'T (requires 'T : null and 'T :> ObjCRuntime.INativeObject)
Type Parameters
- T
Parameters
- key
- NSString
- attachmentMode
- CVAttachmentMode
Returns
T