TextRunInstanceEnumerator クラス
TextRunInstance の継承オブジェクトの列挙子を定義します。
継承階層
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstanceEnumerator
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public NotInheritable Class TextRunInstanceEnumerator _
Implements IEnumerator(Of TextRunInstance), IDisposable, _
IEnumerator
'使用
Dim instance As TextRunInstanceEnumerator
public sealed class TextRunInstanceEnumerator : IEnumerator<TextRunInstance>,
IDisposable, IEnumerator
public ref class TextRunInstanceEnumerator sealed : IEnumerator<TextRunInstance^>,
IDisposable, IEnumerator
[<SealedAttribute>]
type TextRunInstanceEnumerator =
class
interface IEnumerator<TextRunInstance>
interface IDisposable
interface IEnumerator
end
public final class TextRunInstanceEnumerator implements IEnumerator<TextRunInstance>, IDisposable, IEnumerator
TextRunInstanceEnumerator 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Current | 現在のアイテムを取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Dispose | TextRunInstanceEnumerator クラスの現在のインスタンスで使用されるすべてのリソースを解放します。 | |
Equals | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MoveNext | 列挙子の次のアイテムに移動します。 | |
Reset | ReportElementCollectionBase<T>.ReportElementEnumerator を最初のアイテムにリセットします。 | |
ToString | (Object から継承されています。) |
先頭に戻る
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
IEnumerator.Current | インフラストラクチャです。列挙子の現在のアイテムを取得します。 |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。