BackgroundTransferCompletionGroupTriggerDetails.Downloads Property

Definition

Gets the list of DownloadOperation objects associated with the 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)

Property Value

The list of DownloadOperation objects associated with the BackgroundTransferCompletionGroup

Applies to

See also