Rémi Bernon (@rbernon) commented about include/windows.media.speechrecognition.idl:
[propput] HRESULT ShowConfirmation([in] boolean value); }
[
contract(Windows.Phone.PhoneContract, 1.0),
deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", deprecate, Windows.Phone.PhoneContract, 1.0),
I don't think we need to use the same message as the SDK, and it's also very long. What about this?
```suggestion:-0+0 deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition", deprecate, Windows.Phone.PhoneContract, 1.0), ```