Microsoft
70-355 · Question #21
You are developing a Universal Windows Platform (UWP) app that will support two displays. The primary display will have a maximum resolution of 1080 p. The secondary display will support a maximum…
The correct answer is C. Enable multiple display support by using the ProjectionManager API. See the full explanation below for the reasoning.
Question
You are developing a Universal Windows Platform (UWP) app that will support two displays. The primary display will have a maximum resolution of 1080 p. The secondary display will support a maximum resolution of 4 k and will not support interactivity. Your need to ensure that the app can use the full resolution of each display. What is the best approach to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.
Options
- ASet the AutoSizeMode property for the app.
- BEnable multiple display support by using the ApplicationView API.
- CEnable multiple display support by using the ProjectionManager API.
- DSet the AutoScaleMode property for the app
How the community answered
(46 responses)- A9% (4)
- B2% (1)
- C85% (39)
- D4% (2)
Community Discussion
No community discussion yet for this question.