Share via


SpeechRecognitionListConstraint.Commands 屬性

定義

取得構成條件約束的單字或片語陣列。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

組成條件約束之單字或片語的字串陣列。

備註

會忽略條件約束集合的修改。 您必須建立新的 SpeechRecognitionListConstraint

適用於

另請參閱