다음을 통해 공유


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 네임스페이스