ClipboardHistoryItem.Id Property

Definition

Gets the ID of the current item in the clipboard history.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = clipboardHistoryItem.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The ID of the current item in the clipboard history.

Applies to