问题描述
我是Windows Phone应用程序开发的新手。
我的项目需要禁用Windows Phone 8中默认提供的屏幕捕获功能。
目标平台 - Windows 8
经过长时间的搜索,在PhoneApplicationPage类中找到了一个属性IsScreenCaptureEnabled,可用于启用/禁用Windows手机中的屏幕捕获。
不幸的是,该物业仅适用于Windows 8.1,可通过Windows Phone 8 Update 3(GDR3)获得
供参考,
http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630
http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630/sourcecode?fileId=86655&pathId=2647585
是否有任何其他方法或解决方法来实现此功能?
I'm a newbie to Windows Phone application development.
My project requires disabling the screen capture feature provided by default in Windows Phone 8.
Target Platform - Windows 8
After a long search, found a property "IsScreenCaptureEnabled" in the PhoneApplicationPage class, which can be used to enable/disable the screen capture in windows phones.
Unfortunately, the property is available only from Windows 8.1 and available from Windows Phone 8 Update 3 (GDR3)
For reference,
http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630
http://code.msdn.microsoft.com/windowsapps/Disable-screen-capture-00efe630/sourcecode?fileId=86655&pathId=2647585
Is there any other approach or workarounds to achieve this functionality?
推荐答案
这篇关于以编程方式禁用Windows Phone 8移动应用程序中的屏幕捕获的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!