PropertyPrefetchOptions 枚举

定义

指示系统定义的文件属性组。

此枚举支持其成员值的按位组合。

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 对象访问的视频相关属性。

适用于

另请参阅