Bagikan melalui


MapElementsLayer.MapElements Properti

Definisi

Mendapatkan koleksi objek MapElement yang merupakan anak dari MapElementsLayer.

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)

Nilai Properti

Pengumpulan objek MapElement yang merupakan anak dari MapElementsLayer.

Berlaku untuk