日期:2014-05-17  浏览次数:20789 次

初次学Windows phone 和C# 开发 请问这句话放在哪里合适
初次学Windows phone 和C# 开发 遇到一些地方看不懂如下面这句话,请问它列出的代码应该放在哪里?

You use a single method call to initialize the VCD file during your app's first run. Initializing the VCD file registers the commands to listen for with the speech system on the user's phone. 

The following code example shows how you can initialize a VCD file:
C#
await VoiceCommandService.InstallCommandSetsFromFileAsync(
    new Uri("ms-appx:///ContosoWidgets.xml"));



Windows?Phone C#

------解决方案--------------------
这是4.5的特性么?