Share via


BackgroundDownloader.GetCurrentDownloadsForTransferGroupAsync Méthode

Définition

Obtient tous les téléchargements associés au BackgroundTransferGroup fourni.

public:
 static IAsyncOperation<IVectorView<DownloadOperation ^> ^> ^ GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup ^ group);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<DownloadOperation>> GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup const& group);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<DownloadOperation>> GetCurrentDownloadsForTransferGroupAsync(BackgroundTransferGroup group);
function getCurrentDownloadsForTransferGroupAsync(group)
Public Shared Function GetCurrentDownloadsForTransferGroupAsync (group As BackgroundTransferGroup) As IAsyncOperation(Of IReadOnlyList(Of DownloadOperation))

Paramètres

group
BackgroundTransferGroup

Contient les informations utilisées pour identifier un groupe de téléchargements.

Retours

Liste des téléchargements actuellement associés au groupe spécifié.

Attributs

S’applique à

Voir aussi