Freigeben über


CMAttachmentBearer.GetAttachments Methode

Definition

Überlädt

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Gibt ein Array aller Anlagen des Bearers und des Anlagenverteilungsmodus an zurück attachmentMode.

GetAttachments<TKey,TValue>(ICMAttachmentBearer, CMAttachmentMode)

GetAttachments(ICMAttachmentBearer, CMAttachmentMode)

Gibt ein Array aller Anlagen des Bearers und des Anlagenverteilungsmodus an zurück attachmentMode.

public static Foundation.NSDictionary GetAttachments (this CoreMedia.ICMAttachmentBearer target, CoreMedia.CMAttachmentMode attachmentMode);
static member GetAttachments : CoreMedia.ICMAttachmentBearer * CoreMedia.CMAttachmentMode -> Foundation.NSDictionary

Parameter

target
ICMAttachmentBearer

Das Objekt, auf dem diese Methode ausgeführt wird.

attachmentMode
CMAttachmentMode

Ein out-Parameter, der einen Wert empfängt, der angibt, ob die Anlagen weitergegeben werden sollen oder nicht.

Gibt zurück

Ein Array aller Anhänge des Bearers.

Gilt für:

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)

Typparameter

TKey
TValue

Parameter

attachmentMode
CMAttachmentMode

Gibt zurück

Gilt für: