IStorageFile.FileType Proprietà

Definizione

Ottiene il tipo (estensione del nome file) del file.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Estensione del nome file del file.

Si applica a

Vedi anche