共用方式為


MapElementsLayerContextRequestedEventArgs.MapElements 屬性

定義

取得 MapElement 物件的集合,該物件位於 Location 屬性所指定之地圖圖層上的點。

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)

屬性值

MapElement物件集合,位於Location屬性所指定地圖圖層上的點。

適用於