IStorageFilePropertiesWithAvailability Interface

Definition

Provides access to the IsAvailable property.

public interface class IStorageFilePropertiesWithAvailability
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2949365403, 22571, 16691, 150, 72, 228, 76, 164, 110, 228, 145)]
struct IStorageFilePropertiesWithAvailability
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2949365403, 22571, 16691, 150, 72, 228, 76, 164, 110, 228, 145)]
public interface IStorageFilePropertiesWithAvailability
Public Interface IStorageFilePropertiesWithAvailability
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

IsAvailable

Indicates if the file is local, is cached locally, or can be downloaded.

Applies to

See also