ISpeechDataKey DeleteKey Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechDataKey

DeleteKey Method

The DeleteKey method deletes the specified subkey from the data key.


ISpeechDataKey.DeleteKey(
     SubKeyName As String
)

Parameters

SubKeyName
The name of the subkey.

Return Value

None.


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