Clipboard.IsHistoryEnabled メソッド

定義

現在のユーザーに対してクリップボード履歴 (つまり、複数の項目をクリップボードに保存する機能) が有効になっているかどうかを示します。

public:
 static bool IsHistoryEnabled();
 static bool IsHistoryEnabled();
public static bool IsHistoryEnabled();
function isHistoryEnabled()
Public Shared Function IsHistoryEnabled () As Boolean

戻り値

Boolean

bool

True を指定すると、現在のユーザーに対してクリップボード履歴が有効になります。それ以外の場合は false。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

適用対象