IMap.Elements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The pins that are to be shown on this Map.
public:
property System::Collections::Generic::IList<Microsoft::Maui::Maps::IMapElement ^> ^ Elements { System::Collections::Generic::IList<Microsoft::Maui::Maps::IMapElement ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement> Elements { get; }
member this.Elements : System.Collections.Generic.IList<Microsoft.Maui.Maps.IMapElement>
Public ReadOnly Property Elements As IList(Of IMapElement)