Partager via


SrgsRule.Elements Propriété

Définition

Obtient la collection d'objets SrgsElement dans l'instance 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)

Valeur de propriété

Collection d'éléments dans la règle.

Remarques

Les éléments d’un SrgsRule objet peuvent se composer d’objets SrgsItem, SrgsOneOf, SrgsRuleRefSrgsToken, SrgsNameValueTag, et SrgsSemanticInterpretationTag .

S’applique à

Voir aussi