다음을 통해 공유


Polyline.Item[Int32] 속성

정의

지정된 인덱스에서 위치 개체를 가져오거나 설정합니다.

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

매개 변수

index
Int32

반환하거나 설정할 위치 개체의 인덱스입니다.

속성 값

지정된 인덱스에서 위치 개체입니다.

구현

적용 대상