MapObjectCollectionBase<T> クラス

定義

IMapObjectCollectionItem オブジェクトのコレクションを表します。

generic <typename T>
 where T : IMapObjectCollectionItempublic ref class MapObjectCollectionBase abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementCollectionBase<T>
public abstract class MapObjectCollectionBase<T> : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T> where T : IMapObjectCollectionItem
type MapObjectCollectionBase<'T (requires 'T :> IMapObjectCollectionItem)> = class
    inherit ReportElementCollectionBase<'T (requires 'T :> IMapObjectCollectionItem)>
Public MustInherit Class MapObjectCollectionBase(Of T)
Inherits ReportElementCollectionBase(Of T)

型パラメーター

T

コレクション内のアイテムの型。

継承
MapObjectCollectionBase<T>
派生

コンストラクター

MapObjectCollectionBase<T>()

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

プロパティ

Count

コレクション内の項目の数を取得します。

(継承元 ReportElementCollectionBase<T>)
Item[Int32]

指定したインデックスにあるアイテムを取得します。

メソッド

CreateMapObject(Int32)

コレクション内の指定されたインデックスのアイテムに基づいて、マップ オブジェクトを作成します。

GetEnumerator()

この ReportElementCollectionBase<T> の列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

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

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を取得します。

(継承元 ReportElementCollectionBase<T>)

適用対象