MapControlBusinessLandmarkRightTappedEventArgs.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 entreprises qui correspondent au point de repère de l’entreprise.
Notes
Cette API n’est pas disponible pour toutes les applications Windows. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à cette API échouent au moment de l’exécution. Pour plus d’informations sur cette API et l’espace de noms Windows.Services.Maps.LocalSearch , contactez votre représentant de l’équipe de compte Microsoft.
public:
property IVectorView<LocalLocation ^> ^ LocalLocations { IVectorView<LocalLocation ^> ^ get(); };
IVectorView<LocalLocation> LocalLocations();
public IReadOnlyList<LocalLocation> LocalLocations { get; }
var iVectorView = mapControlBusinessLandmarkRightTappedEventArgs.localLocations;
Public ReadOnly Property LocalLocations As IReadOnlyList(Of LocalLocation)
Valeur de propriété
Les entreprises qui correspondent au point de repère de l’entreprise, de type LocalLocation.