ItemFieldDictionary::Remove Method (KeyValuePair<UInt32, ItemField>)
Removes the specified ItemField object from the ItemFieldDictionary collection.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- item
- Type: System.Collections.Generic::KeyValuePair<UInt32, ItemField>
The ItemField object to remove from the ItemFieldDictionary collection.
Return Value
Type: System::Booleantrue if the ItemField object was successfully removed from the ItemFieldDictionary collection; otherwise false.
Implements
ICollection<T>::Remove(T)| Exception | Condition |
|---|---|
| ArgumentNullException | The value of the key/value pair in item is nullptr. |
| ArgumentException | The key in item is different than the field id for the value in item. |
Show: