You are reading help file online using chmlib.com
|
Interface: ISpeechPhraseRule
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.
Set: | (This property is read-only) |
Get: | ISpeechPhraseRules = ISpeechPhraseRule.Children |
For an example of the use of the Children property, see the code example at the end of this section.
You are reading help file online using chmlib.com
|