ItemFieldDictionary::Remove Method (UInt32)
Removes the ItemField object with the specified key from the ItemFieldDictionary collection.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- key
- Type: System::UInt32
The key of the item to remove.
Return Value
Type: System::Booleantrue if the ItemField object was successfully removed from the ItemFieldDictionary collection; otherwise false.
Implements
IDictionary<TKey, TValue>::Remove(TKey)
Show: