Xceed DataGrid for Silverlight Documentation
Contains Method (SelectionRange.NotificationDictionary<TKey,TValue>)


A KeyValuePair containing the key and the value of the element to locate.
Determines whether the dictionary contains the specified key and value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As KeyValuePair(Of TKey,TValue) _
) As Boolean
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim item As KeyValuePair(Of TKey,TValue)
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   KeyValuePair<TKey,TValue> item
)

Parameters

item
A KeyValuePair containing the key and the value of the element to locate.

Return Value

true if the dictionary contains the specified key and value; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback