







|
| SemanticValue..::..IDictionary<(Of <(<'String, SemanticValue>)>)>..::..Values Property |
| SemanticValue Class See Also Send Feedback |
Gets a collection that contains the values from a dictionary of key/value pairs.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property Values As ICollection(Of SemanticValue) Implements IDictionary(Of String, SemanticValue).Values Get |
| Visual Basic (Usage) |
|---|
Dim instance As SemanticValue Dim value As ICollection(Of SemanticValue) value = CType(instance, IDictionary(Of String, SemanticValue)).Values |
| C# |
|---|
ICollection<SemanticValue> IDictionary<string, SemanticValue>.Values { get; } |
Property Value
Type: System.Collections.Generic..::..ICollection<(Of <(<'SemanticValue>)>)>Returns a collection that contains the values from a dictionary of key/value pairs.
