QuickLink.SupportedDataFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 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)
属性值
格式 ID 的数组,指定 QuickLink 应用支持的数据格式。