自定义文件格式的System-Defined属性
Microsoft Windows 提供了许多可用于文件格式的系统属性。 如果要创建自定义文件格式,应尽可能多地支持系统定义的属性。 创建自定义属性处理程序之前,应查看系统提供的处理程序,以查看是否可以使用一个处理程序,而不是编写自己的处理程序。
下表对文件格式进行分类,然后列出了文件格式应支持的最重要系统属性。 若要提供良好的用户体验,应支持文件格式类别的所有优先级 1 和 2 属性。
沟通
名称 | 属性 | 优先级 |
---|---|---|
接收日期 | System.Message.DateReceived | 1 |
从名称 | System.Message.FromName | 1 |
具有附件 | System.Message.HasAttachments | 1 |
邮箱 | System.Communication.storeddisplayname | 1 |
名称 | System.FileName | 1 |
主题 | System.Subject | 1 |
To names | System.Message.ToName | 1 |
类别 | System.Category | 2 |
类型 | System.PerceivedType | 2 |
联系人
名称 | 属性 | 优先级 |
---|---|---|
帐户名 | System.Communication.AccountName | 1 |
商务电话 | System.Contact.BusinessTelephone | 1 |
Company | System.Company | 1 |
电子邮件地址 | System.Contact.PrimaryEmailAddress | 1 |
重要性 | System.ImportanceText | 1 |
移动电话 | System.Contact.MobileTelephone | 1 |
公司地址 | System.Contact.BusinessAddress | 2 |
商务传真 | System.Contact.BusinessFaxNumber | 2 |
类别 | System.Category | 2 |
住宅地址 | System.Contact.HomeAddress | 2 |
家庭电话 | System.Contact.HomeTelephone | 2 |
标题 | System.Title | 2 |
文档
名称 | 属性 | 优先级 |
---|---|---|
Authors | System.Author | 1 |
全文 | System.FullText | 1 |
Tags | System.Keywords | 1 |
类型 | System.PerceivedType | 1 |
类别 | System.Category | 2 |
标题 | System.Title | 2 |
泛型
名称 | 属性 | 优先级 |
---|---|---|
Authors | System.Author | 1 |
标题 | System.Title | 1 |
类型 | System.PerceivedType | 1 |
类别 | System.Category | 2 |
Tags | System.Keywords | 2 |
Music
名称 | 属性 | 优先级 |
---|---|---|
# | System.Music.TrackNumber | 1 |
相册: | System.Music.AlbumTitle | 1 |
艺术家 | System.Music.Artist | 1 |
流派 | System.Music.Genre | 1 |
Rating | System.Rating | 1 |
标题 | System.Title | 1 |
专辑艺术家 | System.Music.AlbumArtist | 2 |
比特率 | System.Audio.EncodingBitrate | 2 |
导体 | System.Music.Conductor | 2 |
Length | System.Media.Duration | 2 |
Protected | System.DRM.IsProtected | 2 |
Year | System.Media.Year | 2 |
图片
名称 | 属性 | 优先级 |
---|---|---|
导入日期 | System.DateImported | 1 |
拍摄日期 | System.Photo.DateTaken | 1 |
Rating | System.Rating | 1 |
Tags | System.Keywords | 1 |
类型 | System.PerceivedType | 1 |
Authors | System.Author | 2 |
相机制作者 | System.Photo.CameraManufacturer | 2 |
相机型号 | System.Photo.CameraModel | 2 |
注释 | System.Comment | 2 |
维度 | System.Image.Dimensions | 2 |
视频
名称 | 属性 | 优先级 |
---|---|---|
Length | System.Media.Duration | 1 |
Rating | System.Rating | 1 |
Tags | System.Keywords | 1 |
类型 | System.PerceivedType | 1 |
框架高度 | System.Video.FrameHeight | 2 |
框架宽度 | System.Video.FrameWidth | 2 |
相关主题
-
概念性
-
其他资源