PackageManager.GetPackageVolumesAsync 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.
Obtient les volumes de package sur l’appareil.
public:
virtual IAsyncOperation<IVectorView<PackageVolume ^> ^> ^ GetPackageVolumesAsync() = GetPackageVolumesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<PackageVolume>> GetPackageVolumesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<PackageVolume>> GetPackageVolumesAsync();
function getPackageVolumesAsync()
Public Function GetPackageVolumesAsync () As IAsyncOperation(Of IReadOnlyList(Of PackageVolume))
Retours
Retourne une opération asynchrone qui se termine avec les volumes de package.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
|