PropertyPrefetchOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 物件存取的視訊相關屬性群組。 |