IStorageItemProperties 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 (檔案和資料夾) 等專案上通用和內容屬性的存取權。
public interface class IStorageItemProperties
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2254849144, 32809, 18174, 167, 137, 28, 47, 62, 47, 251, 92)]
struct IStorageItemProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2254849144, 32809, 18174, 167, 137, 28, 47, 62, 47, 251, 92)]
public interface IStorageItemProperties
Public Interface IStorageItemProperties
- 衍生
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
DisplayName |
取得專案的使用者易記名稱。 |
DisplayType |
取得專案的易記型別。 |
FolderRelativeId |
取得目前專案的識別碼。 此識別碼對於包含專案的查詢結果或 StorageFolder 而言是唯一的,而且可用來區分具有相同名稱的專案。 |
Properties |
取得 物件,這個物件提供專案內容相關屬性的存取權。 |
方法
GetThumbnailAsync(ThumbnailMode) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的。 |
GetThumbnailAsync(ThumbnailMode, UInt32) |
擷取專案的調整縮圖影像,取決於縮圖的目的和要求的大小。 |
GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的、要求的大小和指定的選項。 |