Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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