Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是一个较新的 windows8 程序员。现在我想知道如何以编程方式取消快照模式。我知道我们不能以编程方式转换快照模式。
当您处于捕捉模式时,您可以调用该ApplicationView.TryUnsnap()方法尝试取消捕捉。这将返回一个Boolean指定调用是否成功。(MSDN 参考)
ApplicationView.TryUnsnap()
Boolean
不应该建议 UI 明智,只需创建一个具有返回原始完整大小按钮的页面。
将用户限制为仅一种模式会使他/她认为它已损坏。