共用方式為


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

屬性值

實作

適用於