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


Polyline.GetEnumerator Метод

Определение

Возвращает перечислитель, который перечисляет весь объект расположения в этой полилайне.

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

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

Тип IEnumerator<T> Location со всеми расположениями в этой полилайне.

Реализации

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