共用方式為


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屬性所指定之地圖上的點。

適用於