Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
abstract GetEnumerator : unit -> IEnumerator<ItemChange>
override GetEnumerator : unit -> IEnumerator<ItemChange>
public final function GetEnumerator() : IEnumerator<ItemChange>
Return Value
Type: System.Collections.Generic.IEnumerator<ItemChange>
An object that enumerates the item changes in this change batch.
Implements
IEnumerable<T>.GetEnumerator()
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | This ChangeBatchBase has been disposed. |