SpeechRecognitionListConstraint.Commands Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

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.

Applies to

See also