IStorageProviderUriSource Interface
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.
An interface for getting a content URI path and information.
public interface class IStorageProviderUriSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
struct IStorageProviderUriSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
[Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
public interface IStorageProviderUriSource
Public Interface IStorageProviderUriSource
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.17134.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v2.0)
|
Methods
GetContentInfoForPath(String, StorageProviderGetContentInfoForPathResult) |
Gets information about a storage provider URI given the path of the URI. |
GetPathForContentUri(String, StorageProviderGetPathForContentUriResult) |
Gets the path of content URI given the name of the URI. |