PropertyPrefetchOptions
PropertyPrefetchOptions
PropertyPrefetchOptions
PropertyPrefetchOptions
Enum
Definition
Indicates a system-defined group of file properties.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class PropertyPrefetchOptionspublic enum PropertyPrefetchOptionsPublic Enum PropertyPrefetchOptions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| BasicProperties BasicProperties BasicProperties BasicProperties | A group of basic properties that can be access through a BasicProperties object. |
| DocumentProperties DocumentProperties DocumentProperties DocumentProperties | A group of document-related properties that can be access through a DocumentProperties object. |
| ImageProperties ImageProperties ImageProperties ImageProperties | A group of image-related properties that can be access through a ImageProperties object. |
| MusicProperties MusicProperties MusicProperties MusicProperties | A group of music-related properties that can be access through a MusicProperties object. |
| None None None None | No specific, system-defined property group. |
| VideoProperties VideoProperties VideoProperties VideoProperties | A group of video-related properties that can be access through a VideoProperties object. |