ClipboardHistoryItemsResult.Status 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 return status of the call to the GetHistoryItemsAsync method to get the list of items currently in the clipboard history.
public:
property ClipboardHistoryItemsResultStatus Status { ClipboardHistoryItemsResultStatus get(); };
ClipboardHistoryItemsResultStatus Status();
public ClipboardHistoryItemsResultStatus Status { get; }
var clipboardHistoryItemsResultStatus = clipboardHistoryItemsResult.status;
Public ReadOnly Property Status As ClipboardHistoryItemsResultStatus
Property Value
The return status of the call to the GetHistoryItemsAsync method.