| Exam Code/Number: | 070-484Join the discussion |
| Exam Name: | Essentials of Developing Windows Store Apps using C# |
| Certification: | Microsoft |
| Question Number: | 118 |
| Publish Date: | Jul 07, 2026 |
|
Rating
100%
|
|
You are developing a Windows Store app.
You create a custom control named AppSettingsFlyout, which is inherited from the
SettingsFlyout control.
You need to ensure that the Settings flyout of the app is available from the charm bar.
When the flyout is dismissed, users must be returned to the Settings pane. You have the following code. (Line numbers are included for reference only.)
Which code segment should you insert at line 05?
You need to ensure that only the correct information is preserved when the user switches to another app.
Which actions should you perform? (Each correct answer presents part of the solution. Choose all that apply.)
An object of type AccountViewModel contains properties named Name and Amount.
You are creating a user control that will allow you to view and edit information in the AccountViewModel object. All items must be properly bound to the control regardless of what page the control is applied to. The user control must display a two-column grid that is arranged as shown in the following table.
You need to create the grid and populate the first row of the grid.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)
You are developing a Windows Store app. The app consumes data from a popular social networking site. The requestUri variable represents the address of the social networking site.
The code contains an error.
You need to identify the cause of the error.
You have the following code. (Line numbers are included for reference only.)
Which line of code should you identify?
DRAG DROP
You need to refactor the code so that more than one contact can be selected by using the ContactPicker class.
You have the following code: Which code snippets should you insert in Target 1, Target 2, and Target 3 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.)

