FileInformation.DisplayType Property

Definition

Gets the display type of the StorageFile.

public:
 property Platform::String ^ DisplayType { Platform::String ^ get(); };
winrt::hstring DisplayType();
public string DisplayType { get; }
var string = fileInformation.displayType;
Public ReadOnly Property DisplayType As String

Property Value

String

Platform::String

winrt::hstring

The display type.

Implements

Applies to