ISpeechDataKey EnumValues Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

EnumValues Method


The EnumValues method returns the name of one value of the data key, specified by its index.

The starting index is zero. A count of values or an enumeration of value names can be performed by calling this method repetitively, starting with an index of zero, and increasing the index until all items are enumerated.


ISpeechDataKey.EnumValues(
     Index As Long
) As String

Parameters

Index
The index of the value to be returned.

Return Value

A String variable containing the name of the value.


For an example of the use of the EnumValues method, see the code example in the code example at the end of this section.