CVBuffer.GetAttachments 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
GetAttachments(CVAttachmentMode) | |
GetAttachments<TKey,TValue>(CVAttachmentMode) |
GetAttachments(CVAttachmentMode)
public Foundation.NSDictionary GetAttachments (CoreVideo.CVAttachmentMode attachmentMode);
member this.GetAttachments : CoreVideo.CVAttachmentMode -> Foundation.NSDictionary
Parameters
- attachmentMode
- CVAttachmentMode
Returns
Applies to
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)
Type Parameters
- TKey
- TValue
Parameters
- attachmentMode
- CVAttachmentMode