UserInteractionMode 枚举

定义

指定针对输入设备类型优化的 UI 视图。

public enum class UserInteractionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UserInteractionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UserInteractionMode
var value = Windows.UI.ViewManagement.UserInteractionMode.mouse
Public Enum UserInteractionMode
继承
UserInteractionMode
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

Mouse 0

设备 UI 针对鼠标输入进行优化。

Touch 1

设备 UI 针对触摸输入进行优化。

注解

平板电脑模式仅 (Windows 10)

注意

在Windows 11,将删除平板电脑模式,并包含用于键盘连接和分离姿势的新功能。

(电脑、笔记本电脑、平板电脑) 的某些设备同时支持台式机和 平板电脑 模式。

仅Windows 10,用户可以通过转到“设置系统>平板电脑模式”和设置“>使 Windows 在将设备用作平板电脑时更便于触摸”,在平板电脑模式下切换运行。

适用于

另请参阅