共用方式為


QuickLink.SupportedFileTypes 屬性

定義

字串陣列,指定 QuickLink 應用程式支援的檔案類型。 只有在使用者想要共用的資料包含檔案專案,以及那些檔案專案的副檔名符合此陣列中的檔案類型時,系統才會顯示 QuickLink。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

副檔名的陣列,指定 QuickLinks 應用程式支援的檔案類型。

適用於