QuickLink.SupportedFileTypes 属性

定义

指定 QuickLink 应用支持的文件类型的字符串数组。 仅当用户要共享的数据包含文件项,并且这些文件项的文件扩展名与此数组中的文件类型匹配时,系统才显示 QuickLink。

public:
 property IVector<Platform::String ^> ^ SupportedFileTypes { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SupportedFileTypes();
public IList<string> SupportedFileTypes { get; }
var iVector = quickLink.supportedFileTypes;
Public ReadOnly Property SupportedFileTypes As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

一个文件扩展名数组,指定 QuickLinks 应用支持的文件类型。

适用于