Método ChangeBatchBase.System.Collections.IEnumerable.GetEnumerator
Obtém um objeto que enumera as alterações de item neste lote de alterações.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Uso
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.
Valor de retorno
Um objeto que enumera as alterações de item neste lote de alterações.
Comentários
Este método é implementado explicitamente. O código que o acessa deve converter primeiramente o objeto ChangeBatchBase na interface IEnumerable usando o operador de conversão ou a palavra-chave as.
Consulte também
Referência
Classe ChangeBatchBase
Membros ChangeBatchBase
Namespace Microsoft.Synchronization