VoiceCommandSet class

Enables operations on a specific installed command set.

Syntax

public sealed class VoiceCommandSet
Public NotInheritable Class VoiceCommandSet
public ref class VoiceCommandSet sealed 

Members

The VoiceCommandSet class has these types of members:

  • Methods
  • Properties

Methods

The VoiceCommandSet class has these methods. It also inherits methods from the Object class.

Method Description
UpdatePhraseListAsync Populates a PhraseList element with an array of Item elements.

 

Properties

The VoiceCommandSet class has these properties.

Property Access type Description

Language

Read-only

Gets the language of the command set.

Name

Read-only

Gets the value of the CommandSet element's Name attribute.

 

Remarks

For more information about Voice Command Definition (VCD) files, see Voice command element and attribute reference for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.VoiceCommands Windows::Phone::Speech::VoiceCommands [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

Attributes

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

See also

Object