傳回逐一查看時鐘向量元素集合的列舉值。
命名空間: Microsoft.Synchronization.FeedSync
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'用途
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.
傳回值
可用來逐一查看時鐘向量元素集合的 IEnumerator 物件。
備註
這個成員會明確實作。存取這個方法的程式碼必須先將 FeedClockVector 轉型為 IEnumerable 介面。
請參閱
參考
FeedClockVector 類別
FeedClockVector 成員
Microsoft.Synchronization.FeedSync 命名空間