SrgsRule.Elements Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar samlingen med SrgsElement objekt i instansen 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)
Egenskapsvärde
Samlingen med element i regeln.
Kommentarer
Elementen i ett SrgsRule objekt kan bestå av SrgsItem, SrgsOneOf, SrgsRuleRef, SrgsToken, SrgsNameValueTagoch SrgsSemanticInterpretationTag objekt.