次の方法で共有


AppInfo.SupportedFileExtensions プロパティ

定義

アプリケーションが処理するために登録されているファイル拡張子の一覧。 アプリは、アプリケーション マニフェスト ファイル内の の拡張機能 windows.fileTypeAssociation を処理するために登録できます。

public:
 property Platform::Array <Platform::String ^> ^ SupportedFileExtensions { Platform::Array <Platform::String ^> ^ get(); };
winrt::array_view <winrt::hstring const&> SupportedFileExtensions();
public string[] SupportedFileExtensions { get; }
var string[] = appInfo.supportedFileExtensions;
Public ReadOnly Property SupportedFileExtensions As String()

プロパティ値

String[]

Platform::String[]

winrt::hstring[]

Windows の要件

デバイス ファミリ
Windows 10, version 2104 (10.0.20348.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v12.0 で導入)

適用対象