Метод ClientObjectCollection<T>.GetEnumerator
Возвращает перечислитель, который может выполнять итерацию элементов в коллекции ClientObjectCollection<T> .
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight.Runtime (в Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (в Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (в Microsoft.SharePoint.Client.Runtime.dll)
Синтаксис
'Декларация
Public Function GetEnumerator As IEnumerator(Of T)
'Применение
Dim instance As ClientObjectCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Возвращаемое значение
Тип: System.Collections.Generic.IEnumerator<T>
Перечислитель, который можно перемещаться по элементов в коллекции.
См. также
Справочные материалы
ClientObjectCollection<T> класс