MapPointCollection Clase

Definición

Representa una colección de MapPoint objetos.

public ref class MapPointCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapPoint ^>
public sealed class MapPointCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapPoint>
type MapPointCollection = class
    inherit MapObjectCollectionBase<MapPoint>
Public NotInheritable Class MapPointCollection
Inherits MapObjectCollectionBase(Of MapPoint)
Herencia

Propiedades

Nombre Description
Count

Obtiene el número de elementos que integran la colección.

Item[Int32]

Obtiene el elemento en el índice especificado.

(Heredado de MapObjectCollectionBase<T>)

Métodos

Nombre Description
CreateMapObject(Int32)

Crea un objeto de mapa basado en el elemento con el índice especificado en la colección.

(Heredado de MapObjectCollectionBase<T>)
GetEnumerator()

Obtiene el enumerador para este ReportElementCollectionBase<T>.

(Heredado de ReportElementCollectionBase<T>)

Implementaciones de interfaz explícitas

Nombre Description
IEnumerable.GetEnumerator()

Obtiene el enumerador que itera a través de la colección.

(Heredado de ReportElementCollectionBase<T>)

Se aplica a