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<TextRunInstance>

一个针对 IEnumerator<T>TextRunInstanceCollection

实现

适用于