Compartir a través de


SrgsRule.Elements Propiedad

Definición

Obtiene la colección de objetos SrgsElement en la instancia 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)

Valor de propiedad

Colección de los elementos de la regla.

Comentarios

Los elementos de un SrgsRule objeto pueden constar de SrgsItemobjetos , SrgsOneOfSrgsRuleRef, SrgsToken, , SrgsNameValueTagy SrgsSemanticInterpretationTag .

Se aplica a

Consulte también