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]

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

適用対象