MapContextRequestedEventArgs.MapElements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 MapElement 物件的集合,位於 Location 屬性所指定之地圖上的點。
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)
屬性值
MapElement物件的集合,位於Location屬性所指定之地圖上的點。