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 專案可以包含 SrgsItem 、 SrgsOneOf 、 SrgsRuleRef 、 SrgsToken 、 SrgsNameValueTag 、 和 SrgsSemanticInterpretationTag 物件。