Freigeben über


Polyline.Insert(Int32, Location) Methode

Definition

Fügt ein Ortsobjekt am angegebenen Index ein.

public:
 virtual void Insert(int index, Microsoft::Maui::Devices::Sensors::Location ^ item);
public void Insert (int index, Microsoft.Maui.Devices.Sensors.Location item);
abstract member Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
override this.Insert : int * Microsoft.Maui.Devices.Sensors.Location -> unit
Public Sub Insert (index As Integer, item As Location)

Parameter

index
Int32

Der Index, an dem das Location-Objekt angegeben werden soll.

item
Location

Das einzufügende Speicherortobjekt.

Implementiert

Gilt für: