共用方式為


QuickLink.SupportedDataFormats 屬性

定義

字串陣列,指定 QuickLink 應用程式支援的資料格式。 只有在使用者想要共用的資料符合此陣列中的格式時,系統才會顯示 QuickLink。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

格式識別碼的陣列,指定 QuickLink 應用程式支援的資料格式。

適用於