Метод ClientValueObjectCollection<T>.IEnumerable.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)
Синтаксис
'Декларация
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Применение
Dim instance As ClientValueObjectCollection
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Возвращаемое значение
Тип: System.Collections.IEnumerator
Объект, который можно использовать для итерации коллекции.
Реализации
См. также
Справочные материалы
ClientValueObjectCollection<T> класс