共用方式為


MapControlBusinessLandmarkPointerEnteredEventArgs.LocalLocations 屬性

定義

取得商務地標的當地位置。

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

屬性值

商務地標的當地位置。

適用於