다음을 통해 공유


FeedClockVector.GetEnumerator 메서드

클록 벡터 요소를 반복하는 열거자를 반환합니다.

네임스페이스: Microsoft.Synchronization.FeedSync
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
‘사용 방법
Dim instance As FeedClockVector
Dim returnValue As IEnumerator(Of IClockVectorElement)

returnValue = instance.GetEnumerator
public IEnumerator<IClockVectorElement> GetEnumerator ()
public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator () sealed
public final IEnumerator<IClockVectorElement> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<IClockVectorElement>

반환 값

클록 벡터 요소를 반복하는 열거자입니다.

참고 항목

참조

FeedClockVector 클래스
FeedClockVector 멤버
Microsoft.Synchronization.FeedSync 네임스페이스