StorageFile.DisplayType プロパティ

定義

ファイルの種類のわかりやすい説明を取得します。

public:
 property Platform::String ^ DisplayType { Platform::String ^ get(); };
winrt::hstring DisplayType();
public string DisplayType { get; }
var string = storageFile.displayType;
Public ReadOnly Property DisplayType As String

プロパティ値

String

Platform::String

winrt::hstring

ファイルの種類のわかりやすい説明。

実装

注釈

たとえば、画像ファイルの使いやすい種類の "JPG ファイル" が含まれる場合があります。

適用対象