Compartilhar via


Método FeedClockVector.System.Collections.IEnumerable.GetEnumerator

Retorna um enumerador que itera por meio da coleção de elementos do vetor de relógio.

Namespace: Microsoft.Synchronization.FeedSync
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 FeedClockVector
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 IEnumerator que pode ser usado para iterar por meio da coleção de elementos do vetor de relógio.

Comentários

Esse membro é implementado explicitamente. O código que acessa esse método deve primeiramente converter FeedClockVector na interface IEnumerable.

Consulte também

Referência

Classe FeedClockVector
Membros FeedClockVector
Namespace Microsoft.Synchronization.FeedSync