Partager via


VoiceCommandSet Classe

Définition

Notes

VoiceCommandSet peut être modifié ou indisponible pour les versions postérieures à Windows Phone 8.1. Utilisez plutôt Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition.

Active les opérations sur un jeu de commandes installé spécifique.

public ref class VoiceCommandSet sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class VoiceCommandSet final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
class VoiceCommandSet final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class VoiceCommandSet
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("Use Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition instead of Windows.Media.SpeechRecognition.VoiceComandSet. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
public sealed class VoiceCommandSet
Public NotInheritable Class VoiceCommandSet
Héritage
Object Platform::Object IInspectable VoiceCommandSet
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduit dans v1.0)

Remarques

Accédez à la propriété VoiceCommandManager.InstalledCommandSets pour obtenir un instance de cette classe.

Propriétés

Language

Obtient la valeur de langage (xml:lang) de l’élément CommandSet dans le fichier de définition de commande vocale .

Name

Obtient la valeur de l’attribut Name de l’élément CommandSet dans le fichier de définition de commande vocale .

Méthodes

SetPhraseListAsync(String, IIterable<String>)

Remplit un élément PhraseList avec un tableau d’éléments Item .

S’applique à

Voir aussi