共用方式為


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.