KeyboardCapabilities.KeyboardPresent 属性

定义

获取一个值,该值指示是否检测到将自身标识为键盘的设备。

public:
 property int KeyboardPresent { int get(); };
int KeyboardPresent();
public int KeyboardPresent { get; }
var int32 = keyboardCapabilities.keyboardPresent;
Public ReadOnly Property KeyboardPresent As Integer

属性值

Int32

int

如果检测到将自身标识为键盘的设备,则返回 1。 否则,返回 0。

适用于

另请参阅