CVBuffer.GetAttachment Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- key
- NSString
- attachmentMode
- CVAttachmentMode
Retours
S’applique à
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)
Paramètres de type
- T
Paramètres
- key
- NSString
- attachmentMode
- CVAttachmentMode
Retours
T