Partager via


InstallationManager.GetPendingPackageInstalls Méthode

Définition

Retourne toutes les installations d’application en cours.

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

Retours

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

Liste des installations d’applications en cours. La liste contient le PackageInstallResult (en attente) pour chaque installation, qui sont encapsulés par la classe d’opération asynchrone (IAsyncOperationWithProgress). Pour plus d’informations sur l’obtention d’informations sur la progression, consultez Programmation asynchrone .

S’applique à