Speech Automation 5.1
Interface: ISpeechPhraseProperties
Item Method
The Item method returns a member of the ISpeechPhraseProperties collection by its index.
ISpeechPhraseProperties.Item(
Index As Long
) As ISpeechPhraseProperty
Parameters
- Index
- Specifies the Index.
Return Value
The Item method returns an ISpeechPhraseProperty variable.
Remarks
The ISpeechPhraseProperties object is a collection of ISpeechPhraseProperty 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.