SemanticValue.IDictionary<String,SemanticValue>.Values 属性

定义

获取包含来自键或值对的值的集合。

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

属性值

一个集合,其中包含键/值对字典中的值。

实现

适用于