PropertyPrefetchOptions Enum

Definition

Indicates a system-defined group of file properties.

This enumeration supports a bitwise combination of its member values.

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
Inheritance
PropertyPrefetchOptions
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

BasicProperties 16

A group of basic properties that can be access through a BasicProperties object.

DocumentProperties 8

A group of document-related properties that can be access through a DocumentProperties object.

ImageProperties 4

A group of image-related properties that can be access through a ImageProperties object.

MusicProperties 1

A group of music-related properties that can be access through a MusicProperties object.

None 0

No specific, system-defined property group.

VideoProperties 2

A group of video-related properties that can be access through a VideoProperties object.

Applies to

See also