Windows ストア アプリで、接続されているモニターの数を確認する方法はありますか? 私の古いWPFフォームアプリケーションでは、Screen.AllScreensによってそれを判断できました
Windows 8.1 で Visual Studio 2013 を実行しています。誰かが Windows 8 プラットフォームに関する回答を持っていれば、それも素晴らしいことです。
これはお店ではなく、私が働いている役員向けです。
ありがとう。
Windows ストア アプリで、接続されているモニターの数を確認する方法はありますか? 私の古いWPFフォームアプリケーションでは、Screen.AllScreensによってそれを判断できました
Windows 8.1 で Visual Studio 2013 を実行しています。誰かが Windows 8 プラットフォームに関する回答を持っていれば、それも素晴らしいことです。
これはお店ではなく、私が働いている役員向けです。
ありがとう。
You can project to two monitors with Windows 8.1! You can download a sample app from msdn.
You use the ProjectionManager. The ProjectionManager can tell you if another monitor is available through the ProjectionDisplayAvailable property. Here is a session from Build 2013. About 14:10 in, they show a sample.