Share via


FileInformation.FileType プロパティ

定義

ファイルの種類を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ファイルの種類。

実装

適用対象