InstallationManager.GetPendingPackageInstalls Metodo

Definizione

Restituisce tutte le installazioni di app attualmente in corso.

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

Restituisce

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

Elenco delle installazioni di app attualmente in corso. L'elenco contiene PackageInstallResult (in sospeso) per ogni installazione, di cui viene eseguito il wrapping dalla classe dell'operazione asincrona (IAsyncOperationWithProgress). Per altre informazioni su come ottenere informazioni sullo stato di avanzamento, vedi Programmazione asincrona .

Si applica a