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

适用于

另请参阅