Поделиться через


Метод ClientValueObjectCollection<T>.GetEnumerator

Возвращает перечислитель.

Пространство имен:  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)

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator(Of T)
'Применение
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerator<T>
Объект, который можно использовать для итерации коллекции.

См. также

Справочные материалы

ClientValueObjectCollection<T> класс

Элементы ClientValueObjectCollection<T>

Пространство имен Microsoft.SharePoint.Client