QuickLink.SupportedFileTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An array of file extensions that specify the file types supported by the QuickLinks app.