ClientObjectCollection.IEnumerable.GetEnumerator 方法
返回循环ClientObjectCollection的枚举。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中) Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)
语法
声明
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
用法
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
返回值
类型:System.Collections.IEnumerator
可用于循环ClientObjectCollection对象。
实现
备注
方法实现GetEnumerator方法从IEnumerable界面。