CMAttachmentBearer.GetAttachments 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
GetAttachments(ICMAttachmentBearer, CMAttachmentMode) |
Retourne un tableau de toutes les pièces jointes du porteur et le mode de propagation de la pièce jointe à |
GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode) |
GetAttachments(ICMAttachmentBearer, CMAttachmentMode)
Retourne un tableau de toutes les pièces jointes du porteur et le mode de propagation de la pièce jointe à attachmentMode
.
public static Foundation.NSDictionary GetAttachments (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode);
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> Foundation.NSDictionary
Paramètres
- target
- ICMAttachmentBearer
Objet sur lequel cette méthode fonctionne.
- attachmentMode
- CMAttachmentMode
Paramètre out qui reçoit une valeur qui indique si les pièces jointes doivent se propager ou non.
Retours
Tableau de toutes les pièces jointes du porteur.
S’applique à
GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)
public static Foundation.NSDictionary<TKey,TValue> GetAttachments<TKey,TValue> (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> 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)
Paramètres de type
- TKey
- TValue
Paramètres
- target
- ICMAttachmentBearer
- attachmentMode
- CMAttachmentMode