다음을 통해 공유


MapContextRequestedEventArgs.MapElements 속성

정의

Location 속성으로 지정된 지도의 지점에서 MapElement 개체의 컬렉션을 가져옵니다.

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)

속성 값

Location 속성으로 지정된 지도의 지점에 있는 MapElement 개체의 컬렉션입니다.

적용 대상