There are a lot of questions about virtual desktop feature in Win 10, but the answers are not satisfying. When I develop a Windows 10 App with UWP, c# and XAML I can't find a way to use this feature. What I like to achieve is the same behaviour that a typical Win 10 App shows, let's say: like Edge. If you open Edge on virtual desktop A, switch to desktop B and start Edge from there, it automagically switches back to desktop A and shows the Edge window. How can this be done with: VS 2015, UWP App, c#??
EDIT: maybe it has to do with single instance applications. But what I am looking for is answers to the following questions: - how many virtual desktops are there? - on which virtual desktop is my own App? - how can I move my App to a different virtual desktop?
Regards Heiko