BackgroundTransferCompletionGroupTriggerDetails.Uploads Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of UploadOperation objects associated with the BackgroundTransferCompletionGroup.
public:
property IVectorView<UploadOperation ^> ^ Uploads { IVectorView<UploadOperation ^> ^ get(); };
IVectorView<UploadOperation> Uploads();
public IReadOnlyList<UploadOperation> Uploads { get; }
var iVectorView = backgroundTransferCompletionGroupTriggerDetails.uploads;
Public ReadOnly Property Uploads As IReadOnlyList(Of UploadOperation)
Property Value
The list of UploadOperation objects associated with the BackgroundTransferCompletionGroup.