Microsoft
70-481 · Question #86
70-481 Question #86: Real Exam Question with Answer & Explanation
The correct answer is A. Windows.Media.PlayTo.PiayToManager.showPlayToUI();. See the full explanation below for the reasoning.
Question
You are developing a Windows Store app that will play video files stored locally on the user's computer. The app will support the Play To feature. The app includes a button that must programmatically invoke the Play To flyout when pressed. You need to ensure that clicking the button displays the Play To flyout. Which code segment should you use?
Options
- AWindows.Media.PlayTo.PiayToManager.showPlayToUI();
- BWindows.Media.Devices.MediaDevicesControl.bind("flyout");
- CWindows.Media.PlayTo.PlayToManager-playTo();
- DWindows.Media.Devices.VideoDeviceController.bind("flyout");
Community Discussion
No community discussion yet for this question.