ISpeechGrammarRuleStateTransitions Item Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechGrammarRuleStateTransitions

Item Method


The Item method returns a member of the ISpeechGrammarRuleStateTransitions collection by its index.

ISpeechGrammarRuleStateTransitions.Item(
     Index As Long
) As ISpeechGrammarRuleStateTransition

Parameters

Index
Specifies the Index of the member to be returned.

Return Value

The Item method returns an ISpeechGrammarRuleStateTransition variable.


Remarks

The ISpeechGrammarRuleStateTransitions object is a collection of ISpeechGrammarRuleStateTransition objects. As a collection, it provides access to any or all of its members through certain methods and properties common to all collection objects. The Item method is one of these common methods.

Example

See the SpObjectToken Example for a complete example and additional details.