Silverlight - 防止 OOB
我想停用我的应用程序中的右键单击,该右键单击提供了在桌面上安装应用程序的选项。我该如何做这样的事情?
I would like to deactivate the right click in my app that offers the option to install the app on the desktop. How do I do such thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
右键单击 Visual Studio 中的项目并选择属性。那里有一个复选框“启用浏览器运行”选项。
Right click on the project in Visual Studio and select properties. There is a check-box "enable running out of browser" option there.
对于旧版本的 SilverLight,这是一种来自 silverlight 论坛:
如果您使用的是最新版本,您可以从项目的属性中禁用此行为。
Here's a hackish way to do it for older versions of SilverLight from a silverlight forum:
If you are using a recent version, you can disable this behavior from the properties of your project.