IStorageProviderItemPropertySource Interface

Definition

Provides access to storage provider item properties from the sync root.

public interface class IStorageProviderItemPropertySource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2406456382, 63026, 19099, 141, 153, 210, 215, 161, 29, 245, 106)]
struct IStorageProviderItemPropertySource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 65536)]
[Windows.Foundation.Metadata.Guid(2406456382, 63026, 19099, 141, 153, 210, 215, 161, 29, 245, 106)]
public interface IStorageProviderItemPropertySource
Public Interface IStorageProviderItemPropertySource
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.16299.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v1.0)

Methods

GetItemProperties(String)

Gets a list of item properties for a storage provider.

Applies to