Share via


ClipboardHistoryItemsResult.Items Property

Definition

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.

Applies to

See also