MapLayerCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d'objets 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)
- Héritage
Propriétés
Count |
Obtient le nombre d’éléments de la collection. |
Item[Int32] |
Obtient l'élément au niveau de l'index spécifié. (Hérité de MapObjectCollectionBase<T>) |
Méthodes
CreateMapObject(Int32) |
Crée un objet de carte selon l'élément à l'index spécifié dans la collection. (Hérité de MapObjectCollectionBase<T>) |
GetEnumerator() |
Obtient l'énumérateur de ce ReportElementCollectionBase<T>. (Hérité de ReportElementCollectionBase<T>) |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Obtient l'énumérateur qui itère au sein de la collection. (Hérité de ReportElementCollectionBase<T>) |