次の方法で共有


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

取得または設定する場所オブジェクトのインデックス。

プロパティ値

指定したインデックス位置にある location オブジェクト。

実装

適用対象