ItemFieldDictionary::Remove Method (UInt32)

Removes the ItemField object with the specified key from the ItemFieldDictionary collection.

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

public:
virtual bool Remove(
	unsigned int key
) sealed

Parameters

key
Type: System::UInt32
The key of the item to remove.

Return Value

Type: System::Boolean
true if the ItemField object was successfully removed from the ItemFieldDictionary collection; otherwise false.

Implements

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