Метод StyleBase.GetEnumerator

Gets an IEnumerator interface that allows you to iterate through the collection.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Function GetEnumerator As IEnumerator
'Применение
Dim instance As StyleBase 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
IEnumerator^ GetEnumerator()
member GetEnumerator : unit -> IEnumerator
public function GetEnumerator() : IEnumerator

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

Тип: System.Collections.IEnumerator
An IEnumerator interface for the StyleBase object.

См. также

Справочник

StyleBase Класс

Пространство имен Microsoft.ReportingServices.ReportRendering