Metodo ChangeBatchBase.System.Collections.IEnumerable.GetEnumerator
Ottiene un oggetto che enumera le modifiche dell'elemento in questo batch di modifiche.
Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Sintassi
'Dichiarazione
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Utilizzo
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.
Valore restituito
Oggetto che enumera le modifiche dell'elemento in questo batch di modifiche.
Osservazioni
Questo metodo viene implementato in modo esplicito. Il codice che vi accede deve prima eseguire il cast dell'oggetto ChangeBatchBase nell'interfaccia IEnumerable utilizzando l'operatore di cast o la parola chiave as.
Vedere anche
Riferimento
Classe ChangeBatchBase
Membri ChangeBatchBase
Spazio dei nomi Microsoft.Synchronization