Compartilhar via


InstallationManager.GetPendingPackageInstalls Método

Definição

Retorna todas as instalações do aplicativo em andamento no momento.

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

Retornos

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

Uma lista das instalações do aplicativo em andamento no momento. A lista contém o PackageInstallResult (pendente) para cada instalação, que é encapsulada pela classe de operação assíncrona (IAsyncOperationWithProgress). Consulte Programação assíncrona para obter mais informações sobre como obter informações de progresso.

Aplica-se a