ClipboardContentOptions.HistoryFormats Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of data formats supported in the clipboard history for the content being added to the clipboard.
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)
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.