AppInfo.SupportedFileExtensions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
應用程式已註冊要處理的副檔名清單。 應用程式可以註冊以處理應用程式資訊清單檔案中的 下延伸模組 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()
屬性值
Windows 需求
裝置系列 |
Windows 10, version 2104 (已於 10.0.20348.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v12.0 引進)
|