- Home
- Microsoft Certification
- 70-491 Exam
- Microsoft.70-491.dumpsfiles Dumps
Free Microsoft 70-491 Exam Dumps Questions & Answers
| Exam Code/Number: | 70-491Join the discussion |
| Exam Name: | Recertification for MCSD: Windows Store Apps using C# |
| Certification: | Microsoft |
| Question Number: | 91 |
| Publish Date: | Sep 04, 2026 |
|
Rating
100%
|
|
Total 91 questions
DRAG DROP
You are developing a Windows Store app.
The app has the following accessibility requirements: - The automation name of each text box must be the same as the text box caption. - Each Label element must be associated with its corresponding text box. You need to create an interface that meets the requirements.
You have the following code:
Which code snippets should you include in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

HOTSPOT
You are developing a Windows Store app.
You define an app bar named BottomAppBar.
You need to ensure that you can open the app bar programmatically.
You have the following code:
Which code snippets should you insert in Target 1 and Target 2 to complete the code? (To answer, select the correct code snippet from each drop-down list in the answer area.)

You are developing a Windows Store app to view MP4 videos.
You need to ensure that when a user double-clicks an MP4 file, the app starts and plays back the video automatically.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
DRAG DROP
You are developing a Windows Store app.
The app has the following requirements:
- Open the Search charm.
- Provide query suggestions by using the GetSuggestions() method-
You need to ensure that the app meets the requirements. You have the following code:
Which code snippets should you insert in Target 1 and Target 2 to complete the code? (To answer, drag the appropriate code snippets to the correct targets in the answer area. Each code snippet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)

HOTSPOT
You are developing a Windows Store app.
You configure the app to support AutoPlay when a portable media player is connected to a
Windows 8.1 device.
You need to verify whether the app was initiated from AutoPlay.
What code should you add to the OnActivated event handler? (To answer, select the
appropriate options in the answer area.)

