次の方法で共有


IStorageItemProperties.DisplayType プロパティ

定義

項目のわかりやすい型を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

項目のわかりやすい型。

注釈

たとえば、アイテムが画像ファイルの場合、わかりやすい種類の "JPG ファイル" が含まれている可能性があります。

適用対象