Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
Interface: ISpeechDataKey
GetStringValue Method
The GetStringValue method gets the specified String value from the data key.
ISpeechDataKey.GetStringValue(
ValueName As String
) As String
Parameters
- ValueName
The name of the Value.
Return Value
A String variable.
For an example of the use of the GetStringValue method, see the code example in the code example at the end of this section.