ClipboardContentOptions.HistoryFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要添加到剪贴板的内容的剪贴板历史记录中支持的数据格式列表。
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)
属性值
要添加到剪贴板的内容的剪贴板历史记录中支持的数据格式列表。 建议使用 StandardDataFormats 类的静态属性向此列表添加数据格式。
注解
如果此属性为空列表,则所有数据格式都有资格使用剪贴板历史记录。
如果未将剪贴板数据添加到剪贴板历史记录,则忽略此属性。