PackageVolume.GetAvailableSpaceAsync Methode

Definition

Ruft den verfügbaren Speicherplatz ab.

public:
 virtual IAsyncOperation<unsigned long long> ^ GetAvailableSpaceAsync() = GetAvailableSpaceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<uint64_t> GetAvailableSpaceAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ulong> GetAvailableSpaceAsync();
function getAvailableSpaceAsync()
Public Function GetAvailableSpaceAsync () As IAsyncOperation(Of ULong)

Gibt zurück

IAsyncOperation<UInt64>

Windows.Foundation.IAsyncOperation

IAsyncOperation<uint64_t>

Gibt einen asynchronen Vorgang zurück, der mit dem verfügbaren Speicherplatz 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