共用方式為


Clipboard.SetHistoryItemAsContent(ClipboardHistoryItem) 方法

定義

將剪貼簿歷程記錄中的專案設定為剪貼簿的目前內容。

public:
 static SetHistoryItemAsContentStatus SetHistoryItemAsContent(ClipboardHistoryItem ^ item);
 static SetHistoryItemAsContentStatus SetHistoryItemAsContent(ClipboardHistoryItem const& item);
public static SetHistoryItemAsContentStatus SetHistoryItemAsContent(ClipboardHistoryItem item);
function setHistoryItemAsContent(item)
Public Shared Function SetHistoryItemAsContent (item As ClipboardHistoryItem) As SetHistoryItemAsContentStatus

參數

item
ClipboardHistoryItem

剪貼簿歷程記錄中要設定為剪貼簿目前內容的專案。

傳回

作業的狀態。

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v7.0 引進)

適用於