FileInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供從 StorageFile 公開之屬性的同步存取,並讓應用程式執行非同步檔案作業,例如複製、刪除、移動和重新命名。
public ref class FileInformation sealed : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class FileInformation final : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class FileInformation : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
Public NotInheritable Class FileInformation
Implements IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemInformation, IStorageItemPropertiesWithProvider
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
您可以呼叫其中一個 fileInformationFactory.getFilesAsync 方法來擷取 FileInformation 物件清單。
屬性
Attributes |
取得檔案的屬性。 |
BasicProperties |
取得 物件,其中包含檔案的基本屬性資訊。 |
ContentType |
取得描述檔案內容的字串。 |
DateCreated |
取得檔案建立的日期。 |
DisplayName |
取得 StorageFile的使用者易記名稱。 |
DisplayType |
取得 StorageFile的顯示類型。 |
DocumentProperties |
取得 物件,這個物件可讓您存取 StorageFile的檔案屬性,例如標題、作者名稱等等。 |
FileType |
取得檔案類型。 |
FolderRelativeId |
取得可唯一識別 StorageFile 相對於相同資料夾中其他專案的識別碼。 |
ImageProperties |
取得 StorageFile的影像屬性,例如取得影像的標題、評等日期、 依此類推。 |
IsAvailable |
指出目前檔案是否已下載或可下載。 |
MusicProperties |
取得與 StorageFile相關聯的音樂屬性,例如相簿名稱、作者名稱、位元速率等等。 |
Name |
取得 StorageFile的名稱。 |
Path |
取得 StorageFile的路徑。 |
Properties |
取得物件,用於擷取 StorageFile的屬性。 |
Provider |
取得 StorageProvider 物件,其中包含儲存目前檔案之服務的相關資訊。 |
Thumbnail |
取得與 StorageFile相關聯的縮圖。 |
VideoProperties |
取得 物件,這個物件可讓您存取 StorageFile的視訊屬性,例如持續時間、評等、發行日期等等。 |
方法
事件
PropertiesUpdated |
發生于更新一或多個 StorageFile的屬性時。 |
ThumbnailUpdated |
當 StorageFile的縮圖更新或有更好的品質縮圖可供使用時引發。 |