ItemFieldDictionary Constructor (IEnumerable<ItemField>)

Initializes a new instance of the ItemFieldDictionary class that contains a collection of ItemField objects.

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

public:
ItemFieldDictionary(
	IEnumerable<ItemField^>^ itemFields
)

Parameters

itemFields
Type: System.Collections.Generic::IEnumerable<ItemField>
A collection of ItemField objects.

ExceptionCondition
ArgumentNullException

itemFields is nullptr.

ArgumentOutOfRangeException

itemFields contains nullptr.

Show: