IStorageItemPropertiesWithProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供從特定提供者存取儲存體專案上通用和內容屬性的存取權。
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 |
取得目前專案的識別碼。 此識別碼對於包含專案的查詢結果或 StorageFolder 而言是唯一的,而且可用來區分具有相同名稱的專案。 (繼承來源 IStorageItemProperties) |
Properties |
取得 物件,這個物件提供專案內容相關屬性的存取權。 (繼承來源 IStorageItemProperties) |
Provider |
取得 StorageProvider 物件,其中包含儲存目前儲存體專案之服務的相關資訊。 |
方法
GetThumbnailAsync(ThumbnailMode) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的。 (繼承來源 IStorageItemProperties) |
GetThumbnailAsync(ThumbnailMode, UInt32) |
擷取專案的調整縮圖影像,取決於縮圖的目的和要求的大小。 (繼承來源 IStorageItemProperties) |
GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions) |
擷取專案的調整縮圖影像,此影像取決於縮圖的目的、要求的大小和指定的選項。 (繼承來源 IStorageItemProperties) |