







|
| SemanticValue..::..IDictionary<(Of <(<'String, SemanticValue>)>)>..::..Add Method |
| SemanticValue Class See Also Send Feedback |
Adds the specified key and SemanticValue to the dictionary.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private Sub Add ( _ key As String, _ value As SemanticValue _ ) Implements IDictionary(Of String, SemanticValue).Add |
| Visual Basic (Usage) |
|---|
Dim instance As SemanticValue Dim key As String Dim value As SemanticValue CType(instance, IDictionary(Of String, SemanticValue)).Add(key, _ value) |
| C# |
|---|
void IDictionary<string, SemanticValue>.Add( string key, SemanticValue value ) |
Parameters
- key
- Type: System..::..String
A key for a SemanticValue.
- value
- Type: Microsoft.Speech.Recognition..::..SemanticValue
The SemanticValue to add.
