Microsoft Exam Questions

Which code segments should you use?

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.)

A.
InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.selecting;

B.
InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.selected;

C.
InkManager.mode = Windows.UI.Input.Inking.InkManipulationMode.inking;

D.
InkManager.mode = Windows.UI.Input.Inking.InkRecognitionTarget.all;

Explanation:
InkManipulationMode enumeration (Windows)
InkRecognitionTarget enumeration (Windows)