PropertyPrefetchOptions 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class PropertyPrefetchOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class PropertyPrefetchOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum PropertyPrefetchOptions
var value = Windows.Storage.FileProperties.PropertyPrefetchOptions.none
Public Enum PropertyPrefetchOptions
- 继承
-
PropertyPrefetchOptions
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
字段
BasicProperties | 16 | 一组可通过 BasicProperties 对象访问的基本属性。 |
DocumentProperties | 8 | 一组可通过 DocumentProperties 对象访问的文档相关属性。 |
ImageProperties | 4 | 可通过 ImageProperties 对象访问的一组与图像相关的属性。 |
MusicProperties | 1 | 一组可通过 MusicProperties 对象访问的音乐相关属性。 |
None | 0 | 没有系统定义的特定属性组。 |
VideoProperties | 2 | 一组可通过 VideoProperties 对象访问的视频相关属性。 |