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 .

Применяется к