ISpeechLexiconPronunciations Count Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Object: ISpeechLexiconPronunciations

Count Property


The Count property returns the number of objects in the collection.

Syntax

Set: (This property is read-only)
Get: Long = ISpeechLexiconPronunciations.Count

Parts

ISpeechLexiconPronunciations
The owning object.
Long
Set: (This property is read-only)
Get: A Long variable that gets the Count property.

Remarks

The ISpeechLexiconPronunciations object is a collection of ISpeechLexiconPronunciation objects. As a collection, it provides access to any or all of its members through certain methods and properties common to all objects in the collection. The Count property is one of these common properties.


Example

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