Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ItemChange)
'Usage
Dim instance As ChangeBatchBase
Dim returnValue As IEnumerator(Of ItemChange)
returnValue = instance.GetEnumerator
public IEnumerator<ItemChange> GetEnumerator ()
public:
virtual IEnumerator<ItemChange^>^ GetEnumerator () sealed
public final IEnumerator<ItemChange> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<ItemChange>
Return Value
An object that enumerates the item changes in this change batch.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace