ItemMetadata::GetChangeUnitEnumerator Method

When overridden in a derived class, returns an object that can be used to enumerate the change units that are contained in this item.

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

public:
virtual IEnumerable<ChangeUnitMetadata^>^ GetChangeUnitEnumerator() abstract

Return Value

Type: System.Collections.Generic::IEnumerable<ChangeUnitMetadata>
An object that can be used to enumerate the change units that are contained in this item. Returns an empty enumerator when the item contains no change units.
Show: