MapRouteLeg.Maneuvers 屬性

定義

取得與路線行列相關聯的佇列清單。

public:
 property IVectorView<MapRouteManeuver ^> ^ Maneuvers { IVectorView<MapRouteManeuver ^> ^ get(); };
IVectorView<MapRouteManeuver> Maneuvers();
public IReadOnlyList<MapRouteManeuver> Maneuvers { get; }
var iVectorView = mapRouteLeg.maneuvers;
Public ReadOnly Property Maneuvers As IReadOnlyList(Of MapRouteManeuver)

屬性值

與路線行台相關聯的佇列清單。 這個屬性會傳回 MapRouteManeuver 物件的集合。

適用於

另請參閱