SrgsRule.Elements Proprietà

Definizione

Ottiene la raccolta di oggetti SrgsElement contenuti nell'istanza di 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)

Valore della proprietà

Raccolta di elementi contenuti nella regola.

Commenti

Gli elementi di un SrgsRule oggetto possono essere costituiti da SrgsItemoggetti , SrgsOneOf, SrgsRuleRef, SrgsTokenSrgsNameValueTag, e SrgsSemanticInterpretationTag .

Si applica a

Vedi anche