Compartilhar via


SrgsRule.Elements Propriedade

Definição

Obtém a coleção de objetos SrgsElement na instância de 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 da propriedade

A coleção de elementos na regra.

Comentários

Os elementos em um SrgsRule objeto podem consistir em SrgsItemobjetos , SrgsOneOf, SrgsRuleRefSrgsToken, SrgsNameValueTag, e SrgsSemanticInterpretationTag .

Aplica-se a

Confira também