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 的缩略图更新或质量更好的缩略图可用时触发。 |