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

適用於