ClipboardHistoryItem.Content 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 data for the current item in the clipboard history.
public:
property DataPackageView ^ Content { DataPackageView ^ get(); };
DataPackageView Content();
public DataPackageView Content { get; }
var dataPackageView = clipboardHistoryItem.content;
Public ReadOnly Property Content As DataPackageView
Property Value
The data for the current item in the clipboard history.