Partager via


QuickLink.SupportedDataFormats Propriété

Définition

Tableau de chaînes qui spécifient les formats de données pris en charge par l’application QuickLink. Le système affiche le QuickLink uniquement lorsque les données qu’un utilisateur souhaite partager correspondent à un format dans ce tableau.

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)

Valeur de propriété

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Tableau d’ID de format qui spécifient les formats de données pris en charge par l’application QuickLink.

S’applique à