ISpeechDataKey OpenKey Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

Interface: ISpeechDataKey

OpenKey Method


The OpenKey method opens the specified subkey of the data key as another data key object.


ISpeechDataKey.OpenKey(
     SubKeyName As String
) As ISpeechDataKey

Parameters

SubKeyName
Name of the subkey.

Return Value

An ISpeechDataKey variable representing the subkey.


Example

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