你好。
有两种方式可以实现:
1. 将创建的安装包在平板上安装。
这种方式的优点是只需要平板上有PowerShell工具即可,缺点是不能调试,且代码更新较频繁时每次都需要重新部署安装。
2. 在Visual Studio中选择“远程计算机”运行调试。
这种方式的优点是可以实时调试,缺点是需要平板安装“remote developer tools”等工具。具体见下面几个链接:
在远程计算机上从 Visual Studio 运行 Windows 应用商店应用
Remote Debugging your Windows Store app on your Surface
在设备上安装远程工具