MapControlBusinessLandmarkPointerEnteredEventArgs.LocalLocations Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les emplacements locaux du point de repère d’entreprise.
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)
Valeur de propriété
Les emplacements locaux pour le point de repère d’entreprise.