Freigeben über


VoiceCommandSet Klasse

Definition

Hinweis

VoiceCommandSet ist für Releases nach Windows Phone 8.1 möglicherweise geändert oder nicht verfügbar. Verwenden Sie stattdessen Windows.ApplicationModel.VoiceCommands.VoiceCommandDefinition.

Aktiviert Vorgänge für einen bestimmten installierten Befehlssatz.

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
Vererbung
Object Platform::Object IInspectable VoiceCommandSet
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (eingeführt in v1.0)

Hinweise

Greifen Sie auf die VoiceCommandManager.InstalledCommandSets-Eigenschaft zu, um eine instance dieser Klasse abzurufen.

Eigenschaften

Language

Ruft den Sprachwert (xml:lang) des CommandSet-Elements in der Sprachbefehlsdefinitionsdatei ab.

Name

Ruft den Name-Attributwert des CommandSet-Elements in der Sprachbefehlsdefinitionsdatei ab.

Methoden

SetPhraseListAsync(String, IIterable<String>)

Füllt ein PhraseList-Element mit einem Array von Item-Elementen auf.

Gilt für:

Weitere Informationen