IsolatedStorageSettings.IDictionary<String, Object>.TryGetValue Method

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

Syntax

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

IsolatedStorageSettings Class

System.IO.IsolatedStorage Namespace