ISpeechDataKey DeleteKey Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.