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

實作

適用於