MapElementsLayerClickEventArgs.MapElements Proprietà

Definizione

Ottiene un elenco di elementi della mappa che corrispondono alla posizione in cui l'input dell'utente è stato ricevuto da 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)

Valore della proprietà

Elenco di elementi della mappa che corrispondono alla posizione in cui MapElementsLayer ha ricevuto l'input dell'utente.

Si applica a