简体   繁体   English

如何导航到 UWP 中的图形捕获选择器选择的屏幕

[英]How to navigate to screen selected by Graphics capture picker in UWP

I am developing an UWP application in which i used graphics capture picker to select the window to record, but i want, when some one select window then UWP application should get minimize and that other display should come into focus I am developing an UWP application in which i used graphics capture picker to select the window to record, but i want, when some one select window then UWP application should get minimize and that other display should come into focus

If the user minimizes a uwp app or switches to another app, this uwp app will be suspended.如果用户最小化 uwp 应用程序或切换到另一个应用程序,则此 uwp 应用程序将被暂停。 Besides, GraphicsCapturePicker control must be called from a UI thread, which means it will prevent the GraphicsCapturePicker control from appearing if the uwp app is minimized.此外,必须从 UI 线程调用 GraphicsCapturePicker 控件,这意味着如果 uwp 应用程序最小化,它将阻止 GraphicsCapturePicker 控件出现。

Therefore, I have to say that there is no way could implement your requirement.因此,我不得不说没有办法实现您的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM