PropertyPrefetchOptions Enumerazione

Definizione

Indica un gruppo definito dal sistema di proprietà del file.

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

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
Ereditarietà
PropertyPrefetchOptions
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Campi

BasicProperties 16

Gruppo di proprietà di base a cui è possibile accedere tramite un oggetto BasicProperties .

DocumentProperties 8

Gruppo di proprietà correlate al documento a cui è possibile accedere tramite un oggetto DocumentProperties .

ImageProperties 4

Gruppo di proprietà correlate all'immagine a cui è possibile accedere tramite un oggetto ImageProperties .

MusicProperties 1

Gruppo di proprietà correlate alla musica a cui è possibile accedere tramite un oggetto MusicProperties .

None 0

Nessun gruppo di proprietà specifico definito dal sistema.

VideoProperties 2

Gruppo di proprietà correlate al video a cui è possibile accedere tramite un oggetto VideoProperties .

Si applica a

Vedi anche