70-481 試験問題を無料オンラインアクセス
| 試験コード: | 70-481 |
| 試験名称: | Essentials of Developing Windows Store Apps using HTML5 and JavaScript |
| 認定資格: | Microsoft |
| 無料問題数: | 116 |
| 更新日: | 2026-07-09 |
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?
You develop a Windows Store app that uses a peer-to-peer scenario. You submit the app
to the Windows Store.
The app fails Windows Store certification.
You need to ensure that the app meets Windows Store certification guidelines.
What should you do?
You are developing a Windows Store app.
Users must be able to initiate searches by using the Search charm. The app must display
the search text in a DIV element named searchBox.
You need to add code to meet this requirement.
Which code segment should you add?
You are developing a newsreader app that provides users with daily aggregated articles from popular news sites.
You must allow users to share the URI of the articles.
The app must allow at least one of the following ways to share the URI:
- With another Windows Store app
- With the user's default web browser
You need to implement the sharing functionality.
Which property of the StandardDataFormats class should you use?