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

適用於