IStorageItemPropertiesWithProvider インターフェイス

定義

特定のプロバイダーからのストレージ項目の共通プロパティとコンテンツ プロパティへのアクセスを提供します。

public interface class IStorageItemPropertiesWithProvider : IStorageItemProperties
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2249978779, 25448, 19950, 180, 14, 116, 104, 74, 92, 231, 20)]
struct IStorageItemPropertiesWithProvider : IStorageItemProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2249978779, 25448, 19950, 180, 14, 116, 104, 74, 92, 231, 20)]
public interface IStorageItemPropertiesWithProvider : IStorageItemProperties
Public Interface IStorageItemPropertiesWithProvider
Implements IStorageItemProperties
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

DisplayName

項目のわかりやすい名前を取得します。

(継承元 IStorageItemProperties)
DisplayType

項目のわかりやすい型を取得します。

(継承元 IStorageItemProperties)
FolderRelativeId

現在のアイテムの識別子を取得します。 この ID は、アイテムを含むクエリ結果または StorageFolder に対して一意であり、同じ名前のアイテムを区別するために使用できます。

(継承元 IStorageItemProperties)
Properties

アイテムのコンテンツ関連プロパティへのアクセスを提供する オブジェクトを取得します。

(継承元 IStorageItemProperties)
Provider

現在のストレージ項目を格納するサービスに関する情報を含む StorageProvider オブジェクトを取得します。

メソッド

GetThumbnailAsync(ThumbnailMode)

サムネイルの目的によって決定される、アイテムの調整済みのサムネイル画像を取得します。

(継承元 IStorageItemProperties)
GetThumbnailAsync(ThumbnailMode, UInt32)

サムネイルの目的と要求されたサイズによって決まる、アイテムの調整済みのサムネイル画像を取得します。

(継承元 IStorageItemProperties)
GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)

サムネイルの目的、要求されたサイズ、および指定したオプションによって決定される、アイテムの調整されたサムネイル画像を取得します。

(継承元 IStorageItemProperties)

適用対象

こちらもご覧ください