070-484 無料問題集「Microsoft Essentials of Developing Windows Store Apps using C#」
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?

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?

正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
HOTSPOT
You develop a Windows Store app.
The Capabilities section of the app manifest is configured as shown in the exhibit. (Click the Exhibit button.)

To answer, complete each statement according to the information presented in the exhibit. Each correct selection is worth one point.


You develop a Windows Store app.
The Capabilities section of the app manifest is configured as shown in the exhibit. (Click the Exhibit button.)

To answer, complete each statement according to the information presented in the exhibit. Each correct selection is worth one point.


正解:

DRAG DROP
You are developing a Windows Store app.
The app includes the following event procedure:
Void OnSettingsPaneOpened(SettingsPanesettingsPane,
SettingsPaneCommandsRequestedEventArgseventArga)
You need to call the event procedure when the user opens the settings pane.
Which three code segments should you use in sequence? (To answer, move the
appropriate code segments to the answer area and arrange them in the correct order.)

You are developing a Windows Store app.
The app includes the following event procedure:
Void OnSettingsPaneOpened(SettingsPanesettingsPane,
SettingsPaneCommandsRequestedEventArgseventArga)
You need to call the event procedure when the user opens the settings pane.
Which three code segments should you use in sequence? (To answer, move the
appropriate code segments to the answer area and arrange them in the correct order.)

正解:

HOTSPOT
You are developing a Windows Store app.
A page contains information that is entered by the user.
You need to ensure that the information is retained on the page if the user navigates away from the page and then returns.
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.
A page contains information that is entered by the user.
You need to ensure that the information is retained on the page if the user navigates away from the page and then returns.
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.)

正解:
