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

适用于