SemanticValue.IDictionary<String,SemanticValue>.TryGetValue Methode

Definition

Ruft den SemanticValue-Wert ab, der dem angegebenen Schlüssel zugeordnet ist.

 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

Parameter

key
String

Ein Schlüssel für einen SemanticValue.

value
SemanticValue

Der SemanticValue, der abgerufen werden soll.

Gibt zurück

Boolean

true, wenn das Wörterbuch ein Schlüssel-Wert-Paar mit dem angegebenen Schlüssel enthält, andernfalls false.

Gilt für