Microsoft
70-481 · Question #10
You need to ensure that the requirements for capturing user input on the newsltem.html page are met. Which code segments should you use? (Each correct answer presents part of the solution. Choose…
The correct answer is A. InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting; B. InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.selected. See the full explanation below for the reasoning.
Question
You need to ensure that the requirements for capturing user input on the newsltem.html page are met. Which code segments should you use? (Each correct answer presents part of the solution. Choose all that apply.)
Options
- AInkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting;
- BInkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.selected;
- CInkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.inking;
- DInkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.all;
How the community answered
(32 responses)- A75% (24)
- C19% (6)
- D6% (2)
Community Discussion
No community discussion yet for this question.