ISpeechPhraseElements Count Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform


Object: ISpeechPhraseElements

Count Property

The Count property returns the number of ISpeechPhraseElement objects in the ISpeechPhraseElements object.

Syntax

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

Parts

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

Remarks

The ISpeechPhraseElements object is a collection of ISpeechPhraseElement 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 Count property is one of these common properties.


Example

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