共用方式為


PropertyPrefetchOptions 列舉

定義

表示系統定義的檔案屬性群組。

此列舉支援其成員值的位元組合。

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
繼承
PropertyPrefetchOptions
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

欄位

BasicProperties 16

可透過 BasicProperties 物件存取的基本屬性群組。

DocumentProperties 8

可透過 DocumentProperties 物件存取的檔相關屬性群組。

ImageProperties 4

可透過 ImageProperties 物件存取的影像相關屬性群組。

MusicProperties 1

可透過 MusicProperties 物件存取的音樂相關屬性群組。

None 0

沒有特定的系統定義屬性群組。

VideoProperties 2

可透過 VideoProperties 物件存取的視訊相關屬性群組。

適用於

另請參閱