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 对象的集合。

适用于

另请参阅