ISpeechDataKey DeleteValue Method (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechDataKey

DeleteValue Method

The DeleteValue method deletes the specified value from the data key.

  
    ISpeechDataKey.DeleteValue(
     ValueName As String
)

Parameters

  • ValueName
    The name of the value.

Return Value

None.

Example

For an example of the use of the DeleteValue method, see the code example in the EnumKeys section.