ClipboardHistoryItemsResult.Status Property

Definition

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.

Applies to

See also