Share via


TextRunInstanceCollection クラス

定義

StateIndicator オブジェクトのコレクションを表します。

public ref class TextRunInstanceCollection sealed : System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceCollection : System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceCollection = class
    interface seq<TextRunInstance>
    interface IEnumerable
Public NotInheritable Class TextRunInstanceCollection
Implements IEnumerable(Of TextRunInstance)
継承
TextRunInstanceCollection
実装

メソッド

GetEnumerator()

TextRunInstanceCollection を反復処理する列挙子を返します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

TextRunInstanceCollection を反復処理する列挙子を返します。

適用対象