ReportElementCollectionBase<T> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべてのレポート要素コレクションのベースクラスを表します。
generic <typename T>
public ref class ReportElementCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class ReportElementCollectionBase<T> : System.Collections.Generic.IEnumerable<T>
type ReportElementCollectionBase<'T> = class
interface seq<'T>
interface IEnumerable
Public MustInherit Class ReportElementCollectionBase(Of T)
Implements IEnumerable(Of T)
型パラメーター
- T
コレクション内のアイテムの種類。
- 継承
-
ReportElementCollectionBase<T>
- 派生
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| ReportElementCollectionBase<T>() |
ReportElementCollectionBase<T> クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクション内のアイテムの数を取得します。 |
| Item[Int32] |
指定したインデックス位置にある項目を取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| GetEnumerator() |
この ReportElementCollectionBase<T>の調査員を呼ぶ。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() |
コレクションを反復するエンチュメレーターを入手します。 |