IStorageItemProperties.DisplayType Property

Definition

Gets the user-friendly type of the item.

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

Property Value

String

Platform::String

winrt::hstring

The user-friendly type of the item.

Remarks

If the item is an image file, for example, it might have a user-friendly type of "JPG File".

Applies to