Partager via


Map.GetEnumerator Méthode

Définition

Retourne un enumarateur de toutes les broches actuellement ajoutées à la carte.

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)

Retours

Instance de IEnumerator<T>.

Implémente

S’applique à