ISpeechDataKey OpenKey Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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.