IStorageItemProperties2 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供取得縮放影像做為縮圖之方法的存取權。
public interface class IStorageItemProperties2 : IStorageItemProperties
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2391189841, 1209, 19410, 146, 157, 254, 243, 247, 22, 33, 208)]
struct IStorageItemProperties2 : IStorageItemProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2391189841, 1209, 19410, 146, 157, 254, 243, 247, 22, 33, 208)]
public interface IStorageItemProperties2 : IStorageItemProperties
Public Interface IStorageItemProperties2
Implements IStorageItemProperties
- 衍生
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
屬性
DisplayName |
取得專案的使用者易記名稱。 (繼承來源 IStorageItemProperties) |
DisplayType |
取得專案的易記型別。 (繼承來源 IStorageItemProperties) |
FolderRelativeId |
取得目前專案的識別碼。 此識別碼對於包含專案的查詢結果或 StorageFolder 而言是唯一的,而且可用來區分具有相同名稱的專案。 (繼承來源 IStorageItemProperties) |
Properties |
取得 物件,這個物件提供專案內容相關屬性的存取權。 (繼承來源 IStorageItemProperties) |
方法
GetScaledImageAsThumbnailAsync(ThumbnailMode) |
取得縮放影像做為縮圖,由縮圖的用途決定。 |
GetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32) |
取得縮放影像做為縮圖,取決於縮圖的目的和要求的大小。 |
GetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions) |
取得縮放影像做為縮圖,取決於縮圖的目的、要求的大小和指定的選項 |
GetThumbnailAsync(ThumbnailMode) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的。 (繼承來源 IStorageItemProperties) |
GetThumbnailAsync(ThumbnailMode, UInt32) |
擷取專案的調整縮圖影像,取決於縮圖的目的和要求的大小。 (繼承來源 IStorageItemProperties) |
GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的、要求的大小和指定的選項。 (繼承來源 IStorageItemProperties) |