Gets the collection of objects contained by the SrgsItem instance.
Namespace:
Microsoft.Speech.Recognition.SrgsGrammar
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Elements As Collection(Of SrgsElement) Get |
| Visual Basic (Usage) |
|---|
Dim instance As SrgsItem Dim value As Collection(Of SrgsElement) value = instance.Elements |
| C# |
|---|
public Collection<SrgsElement> Elements { get; } |
Property Value
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'SrgsElement>)>)>The collection of objects contained by the SrgsItem instance.