TextRunCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TextRun オブジェクトのコレクションを表します。
public ref class TextRunCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::TextRun ^>
public sealed class TextRunCollection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.TextRun>
type TextRunCollection = class
inherit ReportElementCollectionBase<TextRun>
Public NotInheritable Class TextRunCollection
Inherits ReportElementCollectionBase(Of TextRun)
- 継承
プロパティ
Count |
コレクション内の項目の数を取得します。 |
Item[Int32] |
指定したインデックスにあるアイテムを取得します。 |
メソッド
GetEnumerator() |
この ReportElementCollectionBase<T> の列挙子を取得します。 (継承元 ReportElementCollectionBase<T>) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を取得します。 (継承元 ReportElementCollectionBase<T>) |