







Gets a GrammarInfoPartsCollection collection that contains information about a specific speech recognition engine.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ExtraParts As GrammarInfoPartsCollection Get |
| Visual Basic (Usage) |
|---|
Dim instance As GrammarInfo Dim value As GrammarInfoPartsCollection value = instance.ExtraParts |
| C# |
|---|
public GrammarInfoPartsCollection ExtraParts { get; } |
Property Value
Type: Microsoft.Speech.Recognition..::..GrammarInfoPartsCollectionReturns GrammarInfoPartsCollection.
