ChangeBatchBase.System.Collections.IEnumerable.GetEnumerator 方法
取得物件,這個物件會列舉這個變更批次中的項目變更。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)
語法
'宣告
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'用途
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.
傳回值
物件,這個物件會列舉這個變更批次中的項目變更。
備註
這個方法會明確實作。存取它的程式碼必須先將 ChangeBatchBase 物件轉型為 IEnumerable 介面,其方式是使用轉型運算子或 as 關鍵字。
請參閱
參考
ChangeBatchBase 類別
ChangeBatchBase 成員
Microsoft.Synchronization 命名空間