MapRouteView.Route 属性

定义

获取 MapRouteView 显示的 MapRoute

public:
 property MapRoute ^ Route { MapRoute ^ get(); };
MapRoute Route();
public MapRoute Route { get; }
var mapRoute = mapRouteView.route;
Public ReadOnly Property Route As MapRoute

属性值

MapRouteView 显示的 MapRoute

适用于

另请参阅