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