ClipboardContentOptions.HistoryFormats 属性

定义

获取要添加到剪贴板的内容的剪贴板历史记录中支持的数据格式列表。

public:
 property IVector<Platform::String ^> ^ HistoryFormats { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> HistoryFormats();
public IList<string> HistoryFormats { get; }
var iVector = clipboardContentOptions.historyFormats;
Public ReadOnly Property HistoryFormats As IList(Of String)

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

要添加到剪贴板的内容的剪贴板历史记录中支持的数据格式列表。 建议使用 StandardDataFormats 类的静态属性向此列表添加数据格式。

注解

如果此属性为空列表,则所有数据格式都有资格使用剪贴板历史记录。

如果未将剪贴板数据添加到剪贴板历史记录,则忽略此属性。

适用于