共用方式為


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 命名空間