Clipboard.IsRoamingEnabled メソッド

定義

現在のユーザーのデバイス間で同期するようにクリップボード データが設定されているかどうかを示します。

public:
 static bool IsRoamingEnabled();
 static bool IsRoamingEnabled();
public static bool IsRoamingEnabled();
function isRoamingEnabled()
Public Shared Function IsRoamingEnabled () As Boolean

戻り値

Boolean

bool

現在のユーザーのデバイス間で同期するようにクリップボード データが設定されている場合は True。それ以外の場合は false。

Windows の要件

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

適用対象