QuickLink.SupportedFileTypes Property

Definition

An array of strings that specify the file types supported by a QuickLink app. The system shows the QuickLink only when the data that a user wants to share contains file items, and the file extensions for those file items match a file type in this array.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

An array of file extensions that specify the file types supported by the QuickLinks app.

Applies to