ClipboardHistoryItemsResult.Items 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 items in the clipboard history.
public:
property IVectorView<ClipboardHistoryItem ^> ^ Items { IVectorView<ClipboardHistoryItem ^> ^ get(); };
IVectorView<ClipboardHistoryItem> Items();
public IReadOnlyList<ClipboardHistoryItem> Items { get; }
var iVectorView = clipboardHistoryItemsResult.items;
Public ReadOnly Property Items As IReadOnlyList(Of ClipboardHistoryItem)
Property Value
The list of ClipboardHistoryItem objects in the clipboard history.