次の方法で共有


Polygon.IndexOf(Location) メソッド

定義

指定した場所オブジェクトのインデックスを取得します。

public:
 virtual int IndexOf(Microsoft::Maui::Devices::Sensors::Location ^ item);
public int IndexOf (Microsoft.Maui.Devices.Sensors.Location item);
abstract member IndexOf : Microsoft.Maui.Devices.Sensors.Location -> int
override this.IndexOf : Microsoft.Maui.Devices.Sensors.Location -> int
Public Function IndexOf (item As Location) As Integer

パラメーター

item
Location

インデックスを決定する場所オブジェクト。

戻り値

場所が見つからなかった場合は、指定した場所のインデックスが返 -1されます。

実装

適用対象