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.

返回值

枚举此变更批中的项变更的对象。

备注

此方法是显式实现的。访问此方法的代码必须首先使用转换运算符或 as 关键字将 ChangeBatchBase 对象转换为 IEnumerable 接口。

请参阅

参考

ChangeBatchBase 类
ChangeBatchBase 成员
Microsoft.Synchronization 命名空间