MapContextRequestedEventArgs.MapElements 属性

定义

获取 MapElement 对象的集合,该集合位于 由 Location 属性指定的地图上的点处。

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)

属性值

MapElement 对象的集合,位于由 Location 属性指定的地图上的点处。

适用于