IStorageProviderUriSource 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于获取内容 URI 路径和信息的接口。
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
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.17134.0 中引入)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (在 v2.0 中引入)
|
方法
GetContentInfoForPath(String, StorageProviderGetContentInfoForPathResult) |
获取有关给定 URI 路径的存储提供程序 URI 的信息。 |
GetPathForContentUri(String, StorageProviderGetPathForContentUriResult) |
获取给定 URI 名称的内容 URI 的路径。 |