070-484 無料問題集「Microsoft Essentials of Developing Windows Store Apps using C#」
DRAG DROP
You are developing a Windows Store app that will make calls to a web service.
The app must read and write the web service URI to and from configuration settings. The
configuration settings must follow the user so that when the app makes calls to the web
service, it calls the same URI, regardless of which device the user is using.
You need to retrieve and store the web service URI.
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.)

You are developing a Windows Store app that will make calls to a web service.
The app must read and write the web service URI to and from configuration settings. The
configuration settings must follow the user so that when the app makes calls to the web
service, it calls the same URI, regardless of which device the user is using.
You need to retrieve and store the web service URI.
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.)

正解:

The App.xaml.cs file includes the following code segment. (Line numbers are included for reference only.)
02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 args.Request.ApplicationCommands.Add(cmd) ;
You need to configure the Settings charm.
Which code segment should you insert at line 01?

02 (x) => {
03 DisplaySettingsPopup(x.Id);
04 }) ;
05 args.Request.ApplicationCommands.Add(cmd) ;
You need to configure the Settings charm.
Which code segment should you insert at line 01?

正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
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 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.)

正解:C、E、F
解答を投票する
DRAG DROP
You need to update the app tile images.
With which four code segments in sequence should you replace line AX23? (To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.)

You need to update the app tile images.
With which four code segments in sequence should you replace line AX23? (To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.)

正解:

An object of type contains properties named Name and Date of Birth.
You are creating a user control that will allow you to view and edit information in the PersonViewModel 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 creating a user control that will allow you to view and edit information in the PersonViewModel 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.)

正解:A、D、F
解答を投票する
