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 文件”类型。

适用于