MapRoute.Legs 屬性

定義

取得與路線相關聯的回合清單。

public:
 property IVectorView<MapRouteLeg ^> ^ Legs { IVectorView<MapRouteLeg ^> ^ get(); };
IVectorView<MapRouteLeg> Legs();
public IReadOnlyList<MapRouteLeg> Legs { get; }
var iVectorView = mapRoute.legs;
Public ReadOnly Property Legs As IReadOnlyList(Of MapRouteLeg)

屬性值

與路線相關聯的回合清單。 這個屬性會傳回 MapRouteLeg 物件的集合。

適用於

另請參閱