共用方式為


MapControlBusinessLandmarkPointerExitedEventArgs.LocalLocations 屬性

定義

取得商務登陸標記的當地位置。

public:
 property IVectorView<LocalLocation ^> ^ LocalLocations { IVectorView<LocalLocation ^> ^ get(); };
IVectorView<LocalLocation> LocalLocations();
public IReadOnlyList<LocalLocation> LocalLocations { get; }
var iVectorView = mapControlBusinessLandmarkPointerExitedEventArgs.localLocations;
Public ReadOnly Property LocalLocations As IReadOnlyList(Of LocalLocation)

屬性值

商務登陸標記的當地位置。

適用於