共用方式為


FeedClockVector.GetEnumerator 方法

傳回逐一查看時鐘向量元素的列舉值。

命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
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 命名空間