PackageManager.GetPackageVolumesAsync Methode

Definition

Ruft die Paketvolumes auf dem Gerät ab.

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

Gibt zurück

Gibt einen asynchronen Vorgang zurück, der mit den Paketvolumes abgeschlossen wird.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für:

Weitere Informationen