次の方法で共有


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

適用対象

こちらもご覧ください