CMAttachmentBearer.GetAttachments Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetAttachments(ICMAttachmentBearer, CMAttachmentMode) |
Restituisce una matrice di tutti gli allegati del bearer e la modalità di propagazione degli allegati a |
GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode) |
GetAttachments(ICMAttachmentBearer, CMAttachmentMode)
Restituisce una matrice di tutti gli allegati del bearer e la modalità di propagazione degli allegati a attachmentMode
.
public static Foundation.NSDictionary GetAttachments(this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode);
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> Foundation.NSDictionary
Parametri
- target
- ICMAttachmentBearer
Oggetto sul quale opera questo metodo.
- attachmentMode
- CMAttachmentMode
Parametro out che riceve un valore che indica se gli allegati devono essere propagati o meno.
Restituisce
Matrice di tutti gli allegati del bearer.
Si applica a
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)
Parametri di tipo
- TKey
- TValue
Parametri
- target
- ICMAttachmentBearer
- attachmentMode
- CMAttachmentMode