ISpeechPhraseRule Children Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseRule

Children Property


The Children property returns an ISpeechPhraseRules collection of the rule's child rules.

If the rule has no children, its Children property will be Nothing.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseRules = ISpeechPhraseRule.Children

Parts

ISpeechPhraseRule
The owning object.
ISpeechPhraseRules
Set: (This property is read-only)
Get: An ISpeechPhraseRules object that gets the collection of child rules.

Example

For an example of the use of the Children property, see the code example at the end of this section.