共用方式為


MapElementsLayerClickEventArgs.MapElements 屬性

定義

取得對應至 MapElementsLayer 接收使用者輸入位置的對應專案清單。

public:
 property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); };
IVector<MapElement> MapElements();
public IList<MapElement> MapElements { get; }
var iVector = mapElementsLayerClickEventArgs.mapElements;
Public ReadOnly Property MapElements As IList(Of MapElement)

屬性值

對應至 MapElementsLayer 接收使用者輸入位置的對應專案清單。

適用於