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

屬性值

ICollection<SemanticValue>

集合,其中包含索引鍵/值組字典的值。

實作

適用於