BackgroundTransferCompletionGroupTriggerDetails.Downloads Propriété

Définition

Obtient la liste des objets DownloadOperation associés à BackgroundTransferCompletionGroup.

public:
 property IVectorView<DownloadOperation ^> ^ Downloads { IVectorView<DownloadOperation ^> ^ get(); };
IVectorView<DownloadOperation> Downloads();
public IReadOnlyList<DownloadOperation> Downloads { get; }
var iVectorView = backgroundTransferCompletionGroupTriggerDetails.downloads;
Public ReadOnly Property Downloads As IReadOnlyList(Of DownloadOperation)

Valeur de propriété

Liste des objets DownloadOperation associés à BackgroundTransferCompletionGroup

S’applique à

Voir aussi