ItemFieldDictionary::Add Method (ItemField)

Adds an ItemField object to the ItemFieldDictionary collection.

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

public:
void Add(
	ItemField^ item
)

Parameters

item
Type: Microsoft.Synchronization.SimpleProviders::ItemField
The ItemField object to add to the ItemFieldDictionary collection.

ExceptionCondition
ArgumentNullException

item is nullptr.

Show: