SystemProperties クラス

定義

System.Title などの一般的な Windows ファイル プロパティの名前にインデックスを付ける文字列値を提供し、特定のファイルの種類 (ビデオ ファイルなど) のプロパティのインデックス作成名を提供するヘルパー オブジェクトも参照します。

public ref class SystemProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class SystemProperties
Public Class SystemProperties
継承
Object Platform::Object IInspectable SystemProperties
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

SystemProperties を使用するシナリオは、検索インデックスやその他の操作を定義するときに、インデックス作成で、システムが既に定義しているプロパティに対して Windows ファイル プロパティの 1 つとして同じ名前を使用する場合です。

一部の SystemProperties プロパティは、文字列名を直接返します。 たとえば、 SystemProperties.Title は 文字列 "System.Title" を返します。 一部の SystemProperties プロパティはヘルパー オブジェクトを返します。 たとえば、 SystemProperties.VideoSystemVideoProperties オブジェクトを 返します。 その後、このオブジェクトのプロパティを使用して、ビデオ固有の Windows ファイル プロパティの名前を取得できます。たとえば、 SystemVideoProperties.FrameHeight は "System.Video.FrameHeight" を返します。

プロパティ

Audio

System.AudioWindows ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

Author

System.Author プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

Comment

System.Comment プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

GPS

System.GPSWindows システム ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

Image

System.ImageWindows ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

ItemNameDisplay

System.ItemNameDisplay プロパティ (Windows ファイル プロパティの 1 つ) の名前を取得します。

Keywords

System.Keywords プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

Media

System.Media.Duration などのシステム メディア ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

Music

System.MusicWindows ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

Photo

System.PhotoWindows ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

Rating

System.Rating プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

Title

System.Title プロパティの名前 (Windows ファイル プロパティの 1 つ) を取得します。

Video

System.VideoWindows ファイル プロパティのインデックス作成名を提供する オブジェクトを取得します。

適用対象