CompiledParagraphInstanceCollection.IEnumerable<ICompiledParagraphInstance>.GetEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
virtual System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^> ^ System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.GetEnumerator() = System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::ICompiledParagraphInstance ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance> IEnumerable<ICompiledParagraphInstance>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>
override this.System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>
Function GetEnumerator () As IEnumerator(Of ICompiledParagraphInstance) Implements IEnumerable(Of ICompiledParagraphInstance).GetEnumerator
傳回
- IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.ICompiledParagraphInstance>