次の方法で共有


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 アプリでサポートされるデータ形式を指定する形式 ID の配列。

適用対象