IStorageProviderUriSource 接口

定义

用于获取内容 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 的路径。

适用于