MapElementsLayerContextRequestedEventArgs.MapElements 属性

定义

获取 Location 属性指定的地图层上点的 MapElement 对象的集合。

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

属性值

Location 属性指定的地图层上点的 MapElement 对象的集合。

适用于