StorageFile.DisplayType Property

Definition

Gets a user-friendly description of the type of the file.

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

Property Value

String

Platform::String

winrt::hstring

The user-friendly description of the type of the file.

Implements

Remarks

For example, an image file might have a user-friendly type of "JPG File".

Applies to