SemanticValue.IDictionary<String, SemanticValue>.TryGetValue Method

Namespace:  System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

Syntax

'Declaration
Private Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As SemanticValue _
) As Boolean Implements IDictionary(Of String, SemanticValue).TryGetValue
'Usage
Dim instance As SemanticValue
Dim key As String
Dim value As SemanticValue
Dim returnValue As Boolean

returnValue = CType(instance, IDictionary(Of String, SemanticValue)).TryGetValue(key, _
    value)
bool IDictionary<string, SemanticValue>.TryGetValue(
    string key,
    out SemanticValue value
)
private:
virtual bool TryGetValue(
    String^ key, 
    [OutAttribute] SemanticValue^% value
) sealed = IDictionary<String^, SemanticValue^>::TryGetValue
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

Permissions

Platforms

Windows Vista, Windows XP SP2, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.5, 3.0 SP1, 3.0

See Also

Reference

SemanticValue Class

SemanticValue Members

System.Speech.Recognition Namespace