ItemFieldDictionary::Add Method (ItemField)
Adds an ItemField object to the ItemFieldDictionary collection.
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Parameters
- item
- Type: Microsoft.Synchronization.SimpleProviders::ItemField
The ItemField object to add to the ItemFieldDictionary collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | item is nullptr. |
Show: