Gets a collection containing all the MapItem objects that were clicked.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public ReadOnlyCollection<MapItem> MapItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property MapItems As ReadOnlyCollection(Of MapItem)

Field Value

A ReadOnlyCollection object containing MapItem objects, each of which represents a type of map content that has been clicked.

Remarks

The MapItemClicked event only fires for Note and KmlLayer MapItem types.

Any Note or KML element which is located at the clicked location will be returned by this property. It supercedes the MapItem property which could only store a single MapItem.

Version Information: This property is supported from version 2.0.0.1500.

See Also