다음을 통해 공유


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>의 인스턴스입니다.

구현

적용 대상