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
| Name | Description |
|---|---|
| GetAttachment(NSString, CVAttachmentMode) |
Obsolete.
|
| GetAttachment<T>(NSString, CVAttachmentMode) |
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