Share via


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

發生于更新一或多個專案的屬性時。

ThumbnailUpdated

當專案的縮圖更新或有更好的品質縮圖可用時引發。

適用於