ISpeechDataKey CreateKey Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

CreateKey Method


The CreateKey method creates the specified subkey within the data key.


ISpeechDataKey.CreateKey(
     SubKeyName As String
) As ISpeechDataKey

Parameters

SubKeyName
The name of the subkey.

Return Value

An ISpeechDataKey object representing the new subkey.


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