Share via


ClipboardHistoryItem.Content Property

Definition

Overloads

Content

Gets the data for the current item in the clipboard history.

Content

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.

Applies to