次の方法で共有


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)

プロパティ値

適用対象