Share via


SrgsOneOf.Items プロパティ

定義

SrgsOneOf 要素に含まれているすべての選択肢のリストを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsItem ^> ^ Items { System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsItem ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem> Items { get; }
member this.Items : System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsItem>
Public ReadOnly Property Items As Collection(Of SrgsItem)

プロパティ値

代替手段のリストを返します。

注釈

このプロパティによって返される代替の単語と語句は、 または SrgsItemString オブジェクトにSrgsOneOf追加されている可能性があります。

適用対象

こちらもご覧ください