ChangeBatchBase.IEnumerable.GetEnumerator Method

Gets an object that enumerates the item changes in this change batch.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ChangeBatchBase
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator 
private override GetEnumerator : unit -> IEnumerator 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

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

Implements

IEnumerable.GetEnumerator()

Remarks

This method is implemented explicitly. Code that accesses it must first cast the ChangeBatchBase object to the IEnumerable interface by using the casting operator or the as keyword.

See Also

Reference

ChangeBatchBase Class

Microsoft.Synchronization Namespace