ISpeechPhraseRule Parent Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechPhraseRule

Parent Property


The Parent property returns the rule's parent rule.

If the rule is a top-level rule, it has no parent, and its Parent property is Nothing.

Syntax

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

Parts

ISpeechPhraseRule
The owning object.
ISpeechPhraseRule
Set: (This property is read-only)
Get: An ISpeechPhraseRule object that gets the parent rule.

Example

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