다음을 통해 공유


InstallationManager.GetPendingPackageInstalls 메서드

정의

현재 진행 중인 모든 앱 설치를 반환합니다.

public:
 static IIterable<IAsyncOperationWithProgress<PackageInstallResult ^, unsigned int> ^> ^ GetPendingPackageInstalls();
 static IIterable<IAsyncOperationWithProgress<PackageInstallResult, uint32_t>> GetPendingPackageInstalls();
public static IEnumerable<IAsyncOperationWithProgress<PackageInstallResult,uint>> GetPendingPackageInstalls();
function getPendingPackageInstalls()
Public Shared Function GetPendingPackageInstalls () As IEnumerable(Of IAsyncOperationWithProgress(Of PackageInstallResult, UInteger))

반환

IIterable<IAsyncOperationWithProgress<PackageInstallResult,UInt32>>

IEnumerable<IAsyncOperationWithProgress<PackageInstallResult,UInt32>>

Windows.Foundation.Collections.IIterable<Windows.Foundation.IAsyncOperationWithProgress<Windows.Phone.Management.Deployment.PackageInstallResult,unsigned int>>

IIterable<IAsyncOperationWithProgress<PackageInstallResult,uint32_t>>

현재 진행 중인 앱 설치 목록입니다. 목록에는 비동기 작업 클래스(IAsyncOperationWithProgress)로 래핑되는 각 설치에 대한 PackageInstallResult(보류 중)가 포함되어 있습니다. 진행률 정보를 가져오는 방법에 대한 자세한 내용은 비동기 프로그래밍 을 참조하세요.

적용 대상