Condividi tramite


QuickLink.SupportedFileTypes Proprietà

Definizione

Matrice di stringhe che specificano i tipi di file supportati da un'app QuickLink. Il sistema mostra il collegamento rapido solo quando i dati che un utente desidera condividere contiene elementi di file e le estensioni di file per tali elementi file corrispondono a un tipo di file in questa matrice.

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

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Matrice di estensioni di file che specificano i tipi di file supportati dall'app QuickLinks.

Si applica a