次の方法で共有


IStorageItemInformation インターフェイス

定義

ファイル システム内のファイルまたはフォルダーのプロパティへの同期アクセスを提供します。

public interface class IStorageItemInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2275789707, 35186, 20288, 141, 224, 216, 111, 177, 121, 216, 250)]
struct IStorageItemInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2275789707, 35186, 20288, 141, 224, 216, 111, 177, 121, 216, 250)]
public interface IStorageItemInformation
Public Interface IStorageItemInformation
派生
属性

Windows の要件

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

プロパティ

BasicProperties

項目の基本的なプロパティ情報を含む オブジェクトを取得します。

DocumentProperties

タイトル、作成者名など、アイテムのドキュメント プロパティへのアクセスを提供する オブジェクトを取得します。

ImageProperties

タイトル、評価、イメージが取得された日付など、アイテムのイメージ プロパティへのアクセスを提供するオブジェクトを取得します。

MusicProperties

アルバム名、アーティスト名、ビットレートなど、項目の音楽プロパティへのアクセスを提供する オブジェクトを取得します。

Thumbnail

アイテムに関連付けられているサムネイルを取得します。

VideoProperties

期間、評価、リリース日など、アイテムのビデオ プロパティへのアクセスを提供する オブジェクトを取得します。

イベント

PropertiesUpdated

アイテムのプロパティの 1 つ以上が更新されたときに発生します。

ThumbnailUpdated

アイテムのサムネイルが更新されるか、より高品質なサムネイルが使用可能になると発生します。

適用対象