다음을 통해 공유


MapElementsLayer.MapElements 속성

정의

MapElementsLayer의 자식인 MapElement 개체의 컬렉션을 가져옵니다.

public:
 property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); void set(IVector<MapElement ^> ^ value); };
IVector<MapElement> MapElements();

void MapElements(IVector<MapElement> value);
public IList<MapElement> MapElements { get; set; }
var iVector = mapElementsLayer.mapElements;
mapElementsLayer.mapElements = iVector;
Public Property MapElements As IList(Of MapElement)

속성 값

MapElementsLayer의 자식인 MapElement 개체의 컬렉션입니다.

적용 대상