MapElementsLayer.MapElements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個地圖圖層子系之地圖元素物件的集合。
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 元素物件集合。 預設為空集合。