ItemFieldDictionary::GetEnumerator Method

Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.

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

public:
IEnumerator<ItemField^>^ GetEnumerator()

Return Value

Type: System.Collections.Generic::IEnumerator<ItemField>
An IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.
Show: