QuickLink.SupportedDataFormats 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
字串陣列,指定 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)
屬性值
格式識別碼的陣列,指定 QuickLink 應用程式支援的資料格式。