Compartir a través de


Polyline.Item[Int32] Propiedad

Definición

Obtiene o establece el objeto de ubicación en el índice especificado.

public:
 property Microsoft::Maui::Devices::Sensors::Location ^ default[int] { Microsoft::Maui::Devices::Sensors::Location ^ get(int index); void set(int index, Microsoft::Maui::Devices::Sensors::Location ^ value); };
public Microsoft.Maui.Devices.Sensors.Location this[int index] { get; set; }
member this.Item(int) : Microsoft.Maui.Devices.Sensors.Location with get, set
Default Public Property Item(index As Integer) As Location

Parámetros

index
Int32

Índice del objeto de ubicación que se va a devolver o establecer.

Valor de propiedad

Objeto de ubicación en el índice especificado.

Implementaciones

Se aplica a