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.