言語

RdlCollectionBase<T> クラス

定義

RDLコレクションのベースクラスを表します。

generic <typename T>
public ref class RdlCollectionBase abstract : System::Collections::ObjectModel::Collection<T>, Microsoft::ReportingServices::RdlObjectModel::IContainedObject, System::Collections::Generic::ICollection<T>, System::Collections::Generic::IEnumerable<T>, System::Collections::Generic::IList<T>
public abstract class RdlCollectionBase<T> : System.Collections.ObjectModel.Collection<T>, Microsoft.ReportingServices.RdlObjectModel.IContainedObject, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>
type RdlCollectionBase<'T> = class
    inherit Collection<'T>
    interface IList<'T>
    interface ICollection<'T>
    interface seq<'T>
    interface IList
    interface ICollection
    interface IEnumerable
    interface IContainedObject
Public MustInherit Class RdlCollectionBase(Of T)
Inherits Collection(Of T)
Implements ICollection(Of T), IContainedObject, IEnumerable(Of T), IList(Of T)

型パラメーター

T

コレクションの種類です。

継承
RdlCollectionBase<T>
派生
実装

コンストラクター

名前 説明
RdlCollectionBase<T>()

RdlCollectionBase<T> クラスの新しいインスタンスを初期化します。

RdlCollectionBase<T>(IContainedObject)

RdlCollectionBase<T> クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Parent

親オブジェクトを取得するか設定します。

メソッド

名前 説明
InsertItem(Int32, T)

指定したインデックス位置にあるコレクションに要素を挿入します。

SetItem(Int32, T)

指定したインデックス位置にある要素を置き換えます。

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

名前 説明
IList.Add(Object)

コレクションの末尾にオブジェクトを追加します。

IList.Item[Int32]

指定したインデックス位置にある要素を取得または設定します。

適用対象