Polygon.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

要返回或设置的位置对象的索引。

属性值

指定索引处的位置对象。

实现

适用于