DeviceInformationPairing.IsPaired プロパティ

定義

デバイスが現在ペアになっているかどうかを示す値を取得します。

public:
 property bool IsPaired { bool get(); };
bool IsPaired();
public bool IsPaired { get; }
var boolean = deviceInformationPairing.isPaired;
Public ReadOnly Property IsPaired As Boolean

プロパティ値

Boolean

bool

デバイス が現在ペアリングされている場合は True、それ以外の場合 は false

適用対象