Map.MapElements 属性

定义

获取当前添加到此地图的元素(图钉、多边形、折线等)。

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Controls::Maps::MapElement ^> ^ MapElements { System::Collections::Generic::IList<Microsoft::Maui::Controls::Maps::MapElement ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement> MapElements { get; }
member this.MapElements : System.Collections.Generic.IList<Microsoft.Maui.Controls.Maps.MapElement>
Public ReadOnly Property MapElements As IList(Of MapElement)

属性值

适用于