PersonalStorageDocumentInfo

PersonalStorageDocumentInfo class

包含个人存储文档元数据

public class PersonalStorageDocumentInfo : DocumentInfo

特性

姓名 描述
ContentCount { get; } 获取根文件夹中的内容计数
CreationDate { get; } 文档创建日期
Folders { get; } 存储中的文件夹
Format { get; } 文件格式
IsPasswordProtected { get; } 存储密码是否受保护
Item { get; } 获取作为 key 提供的属性的值
PagesCount { get; } 文档页数。
PropertyNames { get; } 当前文档可获取的所有属性的可枚举信息
RootFolderName { get; } 根文件夹名称
Size { get; } 文档大小(以字节为单位)

也可以看看