다음을 통해 공유


BackgroundDownloader.GetCurrentDownloadsAsync 메서드

정의

오버로드

GetCurrentDownloadsAsync(String)

참고

GetCurrentDownloadsAsync(그룹)는 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 GetCurrentDownloadsForTransferGroupAsync를 사용합니다.

특정 그룹에 대해 보류 중인 다운로드 컬렉션을 반환합니다.

GetCurrentDownloadsAsync()

BackgroundTransferGroup과 연결되지 않은 보류 중인 다운로드 컬렉션을 반환합니다.

GetCurrentDownloadsAsync(String)

참고

GetCurrentDownloadsAsync(그룹)는 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 대신 GetCurrentDownloadsForTransferGroupAsync를 사용합니다.

특정 그룹에 대해 보류 중인 다운로드 컬렉션을 반환합니다.

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))

매개 변수

group
String

Platform::String

winrt::hstring

특정 전송 그룹을 나타내는 문자열입니다.

반환

특정 그룹에 대한 보류 중인 다운로드 컬렉션입니다.

특성

설명

Windows Phone 이 메서드는 앱 매니페스트에서 인터넷 기능이 선언되지 않은 경우 오류 코드 HRESULT: 0x80040154(REGDB_E_CLASSNOTREG)를 반환합니다. Windows에서 이 메서드는 앱 매니페스트에서 인터넷 기능이 선언되지 않은 경우 오류 코드 HRESULT: 0x80070005(E_ACCESSDENIED)를 반환합니다. 이 기능은 모든 스토어 앱 프로젝트 템플릿에서 기본적으로 사용하도록 설정됩니다.

추가 정보

적용 대상

GetCurrentDownloadsAsync()

BackgroundTransferGroup과 연결되지 않은 보류 중인 다운로드 컬렉션을 반환합니다.

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))

반환

현재 애플리케이션 instance 보류 중인 다운로드 컬렉션입니다.

특성

설명

Windows Phone 이 메서드는 앱 매니페스트에서 인터넷 기능이 선언되지 않은 경우 오류 코드 HRESULT: 0x80040154(REGDB_E_CLASSNOTREG)를 반환합니다. Windows에서 이 메서드는 앱 매니페스트에서 인터넷 기능이 선언되지 않은 경우 오류 코드 HRESULT: 0x80070005(E_ACCESSDENIED)를 반환합니다. 이 기능은 모든 스토어 앱 프로젝트 템플릿에서 기본적으로 사용하도록 설정됩니다.

추가 정보

적용 대상