Microsoft Exam Questions

You need to specify that the app will use the custom control panel

You are developing a Windows Store app that will access a device’s webcam.
The app will use a custom control panel to enable camera modifications.
You need to specify that the app will use the custom control panel.
What should you do in the Visual Studio IDE?

A.
In the Extension Manager, set a reference to the Windows.Devices.Enumeration.winmd
file.

B.
On the Capabilities tab of the Manifest Designer, select the Webcam check box.

C.
On the Declarations tab of the Manifest Designer, choose Camera Settings.

D.
In the Reference Manager, set a reference to the Windows.Devices.Sensors.winmd file.