ItemFieldDictionary::ContainsKey Method

Indicates whether the ItemFieldDictionary collection contains an ItemField object with the specified key.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
virtual bool ContainsKey(
	unsigned int key
) sealed

Parameters

key
Type: System::UInt32
The key of the item field to find.

Return Value

Type: System::Boolean
true if the ItemField object with the specified key exists in the ItemFieldDictionary collection; otherwise false.

Implements

IDictionary<TKey, TValue>::ContainsKey(TKey)
Show: