Map.GetEnumerator Method

Definition

Returns an enumarator of all the pins that are currently added to the map.

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Maui::Maps::IMapPin ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Maui.Maps.IMapPin>
Public Function GetEnumerator () As IEnumerator(Of IMapPin)

Returns

An instance of IEnumerator<T>.

Implements

Applies to