SemanticValue.IDictionary<String,SemanticValue>.Keys 屬性

定義

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

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Speech::Recognition::SemanticValue>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, SemanticValue).Keys

屬性值

ICollection<String>

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

實作

適用於