SystemProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于为常见 Windows 文件属性 (如 System.Title)的名称编制索引的字符串值,并引用帮助程序对象,这些对象为特定文件类型的属性提供索引名称, (例如视频文件) 。
public ref class SystemProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class SystemProperties
Public Class SystemProperties
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
使用 SystemProperties 的场景是,在定义搜索索引或其他操作时,你希望索引对系统已定义的属性使用相同的名称,作为 Windows 文件属性之一。
某些 SystemProperties 属性直接返回字符串名称。 例如, SystemProperties.Title 返回字符串“System.Title”。 某些 SystemProperties 属性返回帮助程序对象。 例如, SystemProperties.Video 返回 SystemVideoProperties 对象。 然后,可以使用此对象的属性获取特定于视频的 Windows 文件属性的名称,例如 SystemVideoProperties.FrameHeight 返回“System.Video.FrameHeight”。
属性
Audio |
获取一个 对象,该对象提供 System.Audio 的 Windows 文件属性的索引名称。 |
Author |
获取 System.Author 属性的名称 (Windows 文件属性之一。 |
Comment |
获取 System.Comment 属性的名称 (Windows 文件属性之一。 |
GPS |
获取一个 对象,该对象提供 System.GPS 的 Windows 系统文件属性的索引名称。 |
Image |
获取一个 对象,该对象为 System.Image 提供 Windows 文件属性的索引名称。 |
ItemNameDisplay |
获取 System.ItemNameDisplay 属性的名称 (Windows 文件属性之一。 |
Keywords |
获取 System.Keywords 属性的名称 (Windows 文件属性之一。 |
Media |
获取一个 对象,该对象提供 系统媒体文件属性 (如 System.Media.Duration)的索引名称。 |
Music |
获取一个 对象,该对象为 System.Music 提供 Windows 文件属性的索引名称。 |
Photo |
获取一个 对象,该对象为 System.Photo 提供 Windows 文件属性的索引名称。 |
Rating |
获取 System.Rating 属性的名称 (Windows 文件属性之一。 |
Title |
获取 System.Title 属性的名称 (Windows 文件属性之一。 |
Video |
获取一个 对象,该对象提供 System.Video 的 Windows 文件属性的索引名称。 |