MapLayerCollection 类

定义

表示 MapLayer 对象集合。

public ref class MapLayerCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapLayer ^>
public sealed class MapLayerCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapLayer>
type MapLayerCollection = class
    inherit MapObjectCollectionBase<MapLayer>
Public NotInheritable Class MapLayerCollection
Inherits MapObjectCollectionBase(Of MapLayer)
继承

属性

Count

获取集合中的项数。

Item[Int32]

获取指定索引处的项。

(继承自 MapObjectCollectionBase<T>)

方法

CreateMapObject(Int32)

基于集合中具有指定索引的项创建地图对象。

(继承自 MapObjectCollectionBase<T>)
GetEnumerator()

获取此 ReportElementCollectionBase<T> 的枚举器。

(继承自 ReportElementCollectionBase<T>)

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问集合的枚举器。

(继承自 ReportElementCollectionBase<T>)

适用于