Share via


SpTextSelectionInformation SelectionLength Property (SAPI 5.3)

Microsoft Speech API 5.3

Object: SpTextSelectionInformation

SelectionLength Property

The SelectionLength property gets and sets the count of characters in the selected text within the word sequence data buffer.

Syntax

Set: SpTextSelectionInformation.SelectionLength = Long
Get: Long = SpTextSelectionInformation.SelectionLength

Parts

  • SpTextSelectionInformation
    The owning object.
  • Long
    Set: A Long variable that sets the property.
    Get: A Long variable that gets the property.

Example

For an example of the use of the SelectionLength property, see the ISpeechRecoGrammar.SetWordSequenceData section.