TextRunInstanceEnumerator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
は継承対象の列挙子を定義 TextRunInstance。
public ref class TextRunInstanceEnumerator sealed : System::Collections::Generic::IEnumerator<Microsoft::ReportingServices::OnDemandReportRendering::TextRunInstance ^>
public sealed class TextRunInstanceEnumerator : System.Collections.Generic.IEnumerator<Microsoft.ReportingServices.OnDemandReportRendering.TextRunInstance>
type TextRunInstanceEnumerator = class
interface IEnumerator<TextRunInstance>
interface IDisposable
interface IEnumerator
Public NotInheritable Class TextRunInstanceEnumerator
Implements IEnumerator(Of TextRunInstance)
- 継承
-
TextRunInstanceEnumerator
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| Current |
現在の項目を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Dispose() |
TextRunInstanceEnumerator クラスの現在のインスタンスで使用されているすべてのリソースを解放します。 |
| MoveNext() |
エンカウントの次の項目に移ります。 |
| Reset() |
ReportElementCollectionBase<T>.ReportElementEnumeratorを最初のアイテムにリセットします。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerator.Current |
コレクション内の現在の要素を取得します。 |