Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.24 KB

propertyprefetchoptions.md

File metadata and controls

48 lines (27 loc) · 1.24 KB
-api-id -api-type
T:Windows.Storage.FileProperties.PropertyPrefetchOptions
winrt enum

PropertyPrefetchOptions

-description

Indicates a system-defined group of file properties.

-enum-fields

-field None:0

No specific, system-defined property group.

-field MusicProperties:1

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

-field VideoProperties:2

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

-field ImageProperties:4

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

-field DocumentProperties:8

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

-field BasicProperties:16

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

-remarks

-examples

-see-also

Folder enumeration sample (Windows 10)