SemanticValue.IDictionary<String,SemanticValue>.Add 메서드

정의

지정된 키와 SemanticValue를 사전에 추가합니다.

 virtual void System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add(System::String ^ key, System::Speech::Recognition::SemanticValue ^ value) = System::Collections::Generic::IDictionary<System::String ^, System::Speech::Recognition::SemanticValue ^>::Add;
void IDictionary<string,SemanticValue>.Add (string key, System.Speech.Recognition.SemanticValue value);
abstract member System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add : string * System.Speech.Recognition.SemanticValue -> unit
override this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Add : string * System.Speech.Recognition.SemanticValue -> unit
Sub Add (key As String, value As SemanticValue) Implements IDictionary(Of String, SemanticValue).Add

매개 변수

key
String

SemanticValue에 대한 키입니다.

value
SemanticValue

추가할 SemanticValue입니다.

구현

적용 대상