共用方式為


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)

屬性值

傳回替代項目的清單。

備註

這個屬性傳回的替代單字和片語可能已新增至 SrgsOneOf 作為 SrgsItemString 物件。

適用於

另請參閱