This topic has not yet been rated - Rate this topic

ISpeechPhraseRule Parent Property (SAPI 5.3)

Speech API 5.3

Microsoft Speech API 5.3

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.