StorageFile.DisplayType Propriété

Définition

Obtient une description conviviale du type du fichier.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Description conviviale du type de fichier.

Implémente

Remarques

Par exemple, un fichier image peut avoir un type convivial « JPG File ».

S’applique à