次の方法で共有


MapObjectCollectionBase<T> クラス

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

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
    Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
      詳細情報...

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustInherit Class MapObjectCollectionBase(Of T As IMapObjectCollectionItem) _
    Inherits ReportElementCollectionBase(Of T)
'使用
Dim instance As MapObjectCollectionBase(Of T)
public abstract class MapObjectCollectionBase<T> : ReportElementCollectionBase<T>
where T : IMapObjectCollectionItem
generic<typename T>
where T : IMapObjectCollectionItem 
public ref class MapObjectCollectionBase abstract : public ReportElementCollectionBase<T>
[<AbstractClassAttribute>]
type MapObjectCollectionBase<'T when 'T : IMapObjectCollectionItem> =  
    class 
        inherit ReportElementCollectionBase<'T>
    end
JScript は汎用の型およびメソッドをサポートしていません。

型パラメーター

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

MapObjectCollectionBase<T> 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
プロテクト メソッド MapObjectCollectionBase<T> MapObjectCollectionBase<T> クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Count コレクションに含まれるアイテムの数を取得します。 (ReportElementCollectionBase<T> から継承されています。)
パブリック プロパティ Item 指定したインデックスにあるアイテムを取得します。 (ReportElementCollectionBase<T>.Item[Int32] をオーバーライドします。)

先頭に戻る

メソッド

  名前 説明
プロテクト メソッド CreateMapObject インフラストラクチャです。コレクション内の指定されたインデックスのアイテムに基づいて、マップ オブジェクトを作成します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator この ReportElementCollectionBase<T> の列挙子を取得します。 (ReportElementCollectionBase<T> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator インフラストラクチャです。コレクションを反復処理する列挙子を取得します。 (ReportElementCollectionBase<T> から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間

継承階層

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<T>
    Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<T>
      Microsoft.ReportingServices.OnDemandReportRendering.MapBindingFieldPairCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapBucketCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColorCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapDataRegionCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldDefinitionCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapFieldNameCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLayerCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLegendCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapLineCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapPointCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapPolygonCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapTileCollection
      Microsoft.ReportingServices.OnDemandReportRendering.MapTitleCollection