다음을 통해 공유


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이 사용자 입력을 받은 위치에 해당하는 지도 요소 목록입니다.

적용 대상