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 路徑。

適用於