共用方式為


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 檔案」。

適用於