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
- key
Type: System.String
- value
Type: System.Object%
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.