IsolatedStorageSettings.TryGetValue<T> Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets a value for the specified key.
Namespace:  System.IO.IsolatedStorage
Assembly:  System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Function TryGetValue(Of T) ( _
    key As String, _
    <OutAttribute> ByRef value As T _
) As Boolean
public bool TryGetValue<T>(
    string key,
    out T value
)
Type Parameters
- T
 The Type of the value parameter.
Parameters
- key
 Type: System.String
 The key of the value to get.
- value
 Type: T%
 When this method returns, the value associated with the specified key if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Return Value
Type: System.Boolean
true if the specified key is found; otherwise, false.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | key is nulla null reference (Nothing in Visual Basic). | 
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.