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>)

适用于