共用方式為


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 專案可以包含 SrgsItemSrgsOneOfSrgsRuleRefSrgsTokenSrgsNameValueTag 、 和 SrgsSemanticInterpretationTag 物件。

適用於

另請參閱