Share via


IMap.Pins Property

Definition

The pins that are to be shown on this Map.

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

Property Value

Applies to