MapControlBusinessLandmarkPointerExitedEventArgs.LocalLocations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the local locations of the business land mark.
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)
Property Value
The local locations of the business land mark.