Share via


MapElementsLayer.MapElements 屬性

定義

取得或設定這個地圖圖層子系之地圖元素物件的集合。

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)

屬性值

這個地圖圖層子系的 map 元素物件集合。 預設為空集合。

適用於