Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 939 Bytes

clipboardcontentoptions_historyformats.md

File metadata and controls

27 lines (18 loc) · 939 Bytes
-api-id -api-type ms.custom
P:Windows.ApplicationModel.DataTransfer.ClipboardContentOptions.HistoryFormats
winrt property
RS5

Windows.ApplicationModel.DataTransfer.ClipboardContentOptions.HistoryFormats

-description

Gets the list of data formats supported in the clipboard history for the content being added to the clipboard.

-property-value

The list of data formats supported in the clipboard history for the content being added to the clipboard. We recommend that you add data formats to this list by using the static properties of the StandardDataFormats class.

-remarks

If this property is an empty list, then all data formats are eligible for clipboard history.

This property is ignored if the clipboard data does not get added to clipboard history.

-see-also

-examples