MapElementClickEventArgs.MapElements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得對應至 MapControl 接收使用者輸入位置的對應專案清單。
public:
property IVector<MapElement ^> ^ MapElements { IVector<MapElement ^> ^ get(); };
IVector<MapElement> MapElements();
public IList<MapElement> MapElements { get; }
var iVector = mapElementClickEventArgs.mapElements;
Public ReadOnly Property MapElements As IList(Of MapElement)
屬性值
對應至 MapControl 接收使用者輸入位置的對應專案清單。