SemanticValue.IDictionary<String,SemanticValue>.Values Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection that contains the values from a dictionary of key/value pairs.
property System::Collections::Generic::ICollection<System::Speech::Recognition::SemanticValue ^> ^ System::Collections::Generic::IDictionary<System::String,System::Speech::Recognition::SemanticValue>::Values { System::Collections::Generic::ICollection<System::Speech::Recognition::SemanticValue ^> ^ get(); };
System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Values : System.Collections.Generic.ICollection<System.Speech.Recognition.SemanticValue>
ReadOnly Property Values As ICollection(Of SemanticValue) Implements IDictionary(Of String, SemanticValue).Values
Property Value
A collection that contains the values from a dictionary of key/value pairs.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.