SrgsRule.Elements Eigenschap

Definitie

Hiermee haalt u de verzameling SrgsElement objecten op in het SrgsRule exemplaar.

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)

Waarde van eigenschap

De verzameling elementen in de regel.

Opmerkingen

De elementen in een SrgsRule object kunnen bestaan uit SrgsItem, SrgsOneOf, SrgsRuleRef, SrgsToken, en SrgsNameValueTagSrgsSemanticInterpretationTag objecten.

Van toepassing op

Zie ook