ISpeechPhraseRule Parent Property (SAPI 5.4)

Microsoft Speech API 5.4

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.