Share via


MapContextRequestedEventArgs.MapElements Property

Definition

Gets a collection of MapElement objects at the point on the map specified by the Location property.

public:
 property IVectorView<MapElement ^> ^ MapElements { IVectorView<MapElement ^> ^ get(); };
IVectorView<MapElement> MapElements();
public IReadOnlyList<MapElement> MapElements { get; }
var iVectorView = mapContextRequestedEventArgs.mapElements;
Public ReadOnly Property MapElements As IReadOnlyList(Of MapElement)

Property Value

A collection of MapElement objects at the point on the map specified by the Location property.

Applies to