Condividi tramite


QuickLink.SupportedDataFormats Proprietà

Definizione

Matrice di stringhe che specificano i formati di dati supportati dall'app QuickLink. Il sistema mostra il collegamento rapido solo quando i dati che un utente vuole condividere corrisponde a un formato in questa matrice.

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Matrice di ID di formato che specificano i formati di dati supportati dall'app QuickLink.

Si applica a