SpeechRecognitionListConstraint.Commands Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the array of words or phrases that make up the constraint.
public:
property IVector<Platform::String ^> ^ Commands { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Commands();
public IList<string> Commands { get; }
var iVector = speechRecognitionListConstraint.commands;
Public ReadOnly Property Commands As IList(Of String)
Property Value
A string array of words or phrases that make up the constraint.
Remarks
Modifications to the constraint collection are ignored. You must create a new SpeechRecognitionListConstraint.