Share via


QuickLink.SupportedDataFormats Property

Definition

An array of strings that specify the data formats supported by the QuickLink app. The system shows the QuickLink only when the data that a user wants to share matches a format in this array.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

An array of format ids that specify the data formats supported by the QuickLink app.

Applies to