DeviceInformationPairing.CanPair 属性

定义

获取一个值,该值指示设备是否可以配对。

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

属性值

Boolean

bool

如果设备可以配对,则为 True,否则为 false

适用于