SpeechRecognitionListConstraint.Commands プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
制約を構成する単語または語句の配列を取得します。
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)
プロパティ値
制約を構成する単語または語句の文字列配列。
注釈
制約コレクションの変更は無視されます。 新しい SpeechRecognitionListConstraint を作成する必要があります。