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 オブジェクトを介してアクセスできるビデオ関連プロパティのグループ。 |