Partager via


Polyline.Item[Int32] Propriété

Définition

Obtient ou définit l’objet d’emplacement à l’index spécifié.

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

Paramètres

index
Int32

Index de l’objet d’emplacement à renvoyer ou définir.

Valeur de propriété

Objet location à l’index spécifié.

Implémente

S’applique à