ChangeBatchBase::GetEnumerator Method

Gets an object that enumerates the item changes in this change batch. This method cannot be inherited.

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

public:
virtual IEnumerator<ItemChange^>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<ItemChange>
An object that enumerates the item changes in this change batch.

Implements

IEnumerable<T>::GetEnumerator()

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has been disposed.

Show: