Compartir a través de


MapControlBusinessLandmarkPointerEnteredEventArgs.LocalLocations Propiedad

Definición

Obtiene las ubicaciones locales del punto de referencia empresarial.

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)

Valor de propiedad

Las ubicaciones locales del punto de referencia empresarial.

Se aplica a