Partager via


IStorageFile.FileType Propriété

Définition

Obtient le type (extension de nom de fichier) du fichier.

public:
 property Platform::String ^ FileType { Platform::String ^ get(); };
winrt::hstring FileType();
public string FileType { get; }
var string = iStorageFile.fileType;
Public ReadOnly Property FileType As String

Valeur de propriété

String

Platform::String

winrt::hstring

Extension de nom de fichier du fichier.

S’applique à

Voir aussi