BackgroundDownloader.GetCurrentDownloadsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetCurrentDownloadsAsync(String) |
Hinweis GetCurrentDownloadsAsync(group) kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen GetCurrentDownloadsForTransferGroupAsync. Gibt eine Sammlung ausstehender Downloads für eine bestimmte Gruppe zurück. |
GetCurrentDownloadsAsync() |
Gibt eine Auflistung ausstehender Downloads zurück, die keiner BackgroundTransferGroup zugeordnet sind. |
GetCurrentDownloadsAsync(String)
Hinweis
GetCurrentDownloadsAsync(group) kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen GetCurrentDownloadsForTransferGroupAsync.
Gibt eine Sammlung ausstehender Downloads für eine bestimmte Gruppe zurück.
public:
static IAsyncOperation<IVectorView<DownloadOperation ^> ^> ^ GetCurrentDownloadsAsync(Platform::String ^ group);
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentDownloadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentDownloadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.Overload("GetCurrentDownloadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<DownloadOperation>> GetCurrentDownloadsAsync(winrt::hstring const& group);
/// [Windows.Foundation.Metadata.Overload("GetCurrentDownloadsForGroupAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("GetCurrentDownloadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentDownloadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static IAsyncOperation<IVectorView<DownloadOperation>> GetCurrentDownloadsAsync(winrt::hstring const& group);
[Windows.Foundation.Metadata.Deprecated("GetCurrentDownloadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentDownloadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.Overload("GetCurrentDownloadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<DownloadOperation>> GetCurrentDownloadsAsync(string group);
[Windows.Foundation.Metadata.Overload("GetCurrentDownloadsForGroupAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("GetCurrentDownloadsAsync(group) may be altered or unavailable for releases after Windows 8.1. Instead, use GetCurrentDownloadsForTransferGroupAsync.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static IAsyncOperation<IReadOnlyList<DownloadOperation>> GetCurrentDownloadsAsync(string group);
function getCurrentDownloadsAsync(group)
Public Shared Function GetCurrentDownloadsAsync (group As String) As IAsyncOperation(Of IReadOnlyList(Of DownloadOperation))
Parameter
- group
-
String
Platform::String
winrt::hstring
Eine Zeichenfolge, die eine bestimmte Gruppe von Übertragungen angibt.
Gibt zurück
Eine Sammlung ausstehender Downloads für die jeweilige Gruppe.
- Attribute
Hinweise
Auf Windows Phone gibt diese Methode den Fehlercode HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) zurück, wenn die Internetfunktion nicht in Ihrem App-Manifest deklariert ist. Unter Windows gibt diese Methode den Fehlercode HRESULT: 0x80070005 (E_ACCESSDENIED) zurück, wenn die Internetfunktion nicht in Ihrem App-Manifest deklariert ist. Diese Funktion ist standardmäßig in allen Store-App-Projektvorlagen aktiviert.
Weitere Informationen
Gilt für:
GetCurrentDownloadsAsync()
Gibt eine Auflistung ausstehender Downloads zurück, die keiner BackgroundTransferGroup zugeordnet sind.
public:
static IAsyncOperation<IVectorView<DownloadOperation ^> ^> ^ GetCurrentDownloadsAsync();
/// [Windows.Foundation.Metadata.Overload("GetCurrentDownloadsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<DownloadOperation>> GetCurrentDownloadsAsync();
[Windows.Foundation.Metadata.Overload("GetCurrentDownloadsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<DownloadOperation>> GetCurrentDownloadsAsync();
function getCurrentDownloadsAsync()
Public Shared Function GetCurrentDownloadsAsync () As IAsyncOperation(Of IReadOnlyList(Of DownloadOperation))
Gibt zurück
Eine Sammlung ausstehender Downloads für die aktuelle Anwendung instance.
- Attribute
Hinweise
Auf Windows Phone gibt diese Methode den Fehlercode HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) zurück, wenn die Internetfunktion nicht in Ihrem App-Manifest deklariert ist. Unter Windows gibt diese Methode den Fehlercode HRESULT: 0x80070005 (E_ACCESSDENIED) zurück, wenn die Internetfunktion nicht in Ihrem App-Manifest deklariert ist. Diese Funktion ist standardmäßig in allen Store-App-Projektvorlagen aktiviert.