QuickLink.SupportedDataFormats 属性

定义

指定 QuickLink 应用支持的数据格式的字符串数组。 仅当用户想要共享的数据与此数组中的格式匹配时,系统才显示 QuickLink。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

格式 ID 的数组,指定 QuickLink 应用支持的数据格式。

适用于