共用方式為


GuidanceUpdatedEventArgs.LaneInfo 屬性

定義

取得目前位置附近的車道清單,從左至右排序。

注意

此 API 不適用於所有 Windows 應用程式。 除非您的開發人員帳戶是由 Microsoft 特別布建,否則呼叫此 API 會在運行時間失敗。 如需 Windows.Services.Maps.Guidance 命名空間的詳細資訊,請與您的Microsoft帳戶小組代表合作。

public:
 property IVectorView<GuidanceLaneInfo ^> ^ LaneInfo { IVectorView<GuidanceLaneInfo ^> ^ get(); };
IVectorView<GuidanceLaneInfo> LaneInfo();
public IReadOnlyList<GuidanceLaneInfo> LaneInfo { get; }
var iVectorView = guidanceUpdatedEventArgs.laneInfo;
Public ReadOnly Property LaneInfo As IReadOnlyList(Of GuidanceLaneInfo)

屬性值

目前位置附近的車道,由左至右排序。

適用於