다음을 통해 공유


TextRunInstanceCollection.GetEnumerator 메서드

정의

TextRunInstanceCollection를 반복하는 열거자를 반환합니다.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
Public Function GetEnumerator () As IEnumerator(Of TextRunInstance)

반환

IEnumerator<T>에 대한 TextRunInstanceCollection입니다.

구현

적용 대상