PropertyPrefetchOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No specific, system-defined property group. |
MusicProperties | 1 | A group of music-related properties that can be access through a MusicProperties object. |
VideoProperties | 2 | A group of video-related properties that can be access through a VideoProperties object. |
ImageProperties | 4 | A group of image-related properties that can be access through a ImageProperties object. |
DocumentProperties | 8 | A group of document-related properties that can be access through a DocumentProperties object. |
BasicProperties | 16 | A group of basic properties that can be access through a BasicProperties object. |