SrgsRule.Elements 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 SrgsElement 实例中 SrgsRule 对象的集合。
public:
property System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsElement ^> ^ Elements { System::Collections::ObjectModel::Collection<System::Speech::Recognition::SrgsGrammar::SrgsElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement> Elements { get; }
member this.Elements : System.Collections.ObjectModel.Collection<System.Speech.Recognition.SrgsGrammar.SrgsElement>
Public ReadOnly Property Elements As Collection(Of SrgsElement)
属性值
规则中元素的集合。
注解
对象中的SrgsRule元素可以由 、、SrgsOneOf、SrgsRuleRef、 SrgsTokenSrgsNameValueTag和 SrgsSemanticInterpretationTag 对象组成SrgsItem。