ResourceDictionary.IDictionary<Object, Object>.TryGetValue Method

Namespace:  System.Windows
Assemblies:   System.Windows (in System.Windows.dll)
  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Private Function TryGetValue ( _
    key As Object, _
    <OutAttribute> ByRef value As Object _
) As Boolean Implements IDictionary(Of Object, Object).TryGetValue
bool IDictionary<Object, Object>.TryGetValue(
    Object key,
    out Object value
)
private:
virtual bool TryGetValue(
    Object^ key, 
    [OutAttribute] Object^% value
) sealed = IDictionary<Object^, Object^>::TryGetValue
private abstract TryGetValue : 
        key:Object * 
        value:Object byref -> bool  
private override TryGetValue : 
        key:Object * 
        value:Object byref -> bool

Parameters

Return Value

Type: System.Boolean

Implements

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

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Windows Phone 8, Windows Phone 8, Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ResourceDictionary Class

System.Windows Namespace