MapElementClickEventArgs.MapElements 屬性

定義

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

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

屬性值

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

適用於