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