Поделиться через


Map.GetEnumerator Метод

Определение

Возвращает перечисление всех закреплений, которые в настоящее время добавляются на карту.

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)

Возвращаемое значение

Экземпляр IEnumerator<T>.

Реализации

Применяется к