MapLayerCollection Classe

Definição

Representa uma coleção de MapLayer objetos.

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)
Herança

Propriedades

Nome Description
Count

Obtém o número de itens na coleção.

Item[Int32]

Obtém o item no índice especificado.

(Herdado de MapObjectCollectionBase<T>)

Métodos

Nome Description
CreateMapObject(Int32)

Cria um objeto de mapa baseado no item com o índice especificado na coleção.

(Herdado de MapObjectCollectionBase<T>)
GetEnumerator()

Obtém o enumerador para esse ReportElementCollectionBase<T>.

(Herdado de ReportElementCollectionBase<T>)

Implantações explícitas de interface

Nome Description
IEnumerable.GetEnumerator()

Recebe o enumerador que itera pela coleção.

(Herdado de ReportElementCollectionBase<T>)

Aplica-se a