InstallationManager.GetPendingPackageInstalls Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 .