Share via


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 のパスを取得します。

適用対象