SrgsRule.Elements 属性

定义

获取 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元素可以由 、、SrgsOneOfSrgsRuleRefSrgsTokenSrgsNameValueTagSrgsSemanticInterpretationTag 对象组成SrgsItem

适用于

另请参阅