ChangeBatchBase.System.Collections.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 System.Collections.IEnumerable.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^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
An object that enumerates the item changes in this change batch.
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
ChangeBatchBase Members
Microsoft.Synchronization Namespace