다음을 통해 공유


Polyline.Insert(Int32, Location) 메서드

정의

지정된 인덱스에 위치 개체를 삽입합니다.

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)

매개 변수

index
Int32

위치 개체를 지정할 인덱스입니다.

item
Location

삽입할 위치 개체입니다.

구현

적용 대상