PackageVolume.GetAvailableSpaceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the available space.
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)
Returns
Returns an asynchronous operation that will complete with the available space.
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|