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 中引入)
|