IsolatedStorageSettings.IDictionary<String, Object>.ContainsKey Method

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

Syntax

'Declaration
Private Function ContainsKey ( _
    key As String _
) As Boolean Implements IDictionary(Of String, Object).ContainsKey
bool IDictionary<string, Object>.ContainsKey(
    string key
)
private:
virtual bool ContainsKey(
    String^ key
) sealed = IDictionary<String^, Object^>::ContainsKey
private abstract ContainsKey : 
        key:string -> bool  
private override ContainsKey : 
        key:string -> bool

Parameters

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)

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