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

정의

SemanticValue 지정된 키와 연결된 키를 가져옵니다.

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] System::Speech::Recognition::SemanticValue ^ % value) = System::Collections::Generic::IDictionary<System::String ^, System::Speech::Recognition::SemanticValue ^>::TryGetValue;
bool IDictionary<string,SemanticValue>.TryGetValue(string key, out System.Speech.Recognition.SemanticValue value);
abstract member System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue : string * SemanticValue -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.TryGetValue : string * SemanticValue -> bool
Function TryGetValue (key As String, ByRef value As SemanticValue) As Boolean Implements IDictionary(Of String, SemanticValue).TryGetValue

매개 변수

key
String

에 대한 키입니다 SemanticValue.

value
SemanticValue

SemanticValue 얻을 수 있습니다.

반품

true사전에 지정된 키가 있는 키/값 쌍이 포함되어 있으면 이고, 그렇지 않으면 . false

적용 대상