共用方式為


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

實作

適用於