Partager via


MapLocationFinderResult.Locations Propriété

Définition

Obtient la liste des emplacements trouvés par une requête MapLocationFinder .

public:
 property IVectorView<MapLocation ^> ^ Locations { IVectorView<MapLocation ^> ^ get(); };
IVectorView<MapLocation> Locations();
public IReadOnlyList<MapLocation> Locations { get; }
var iVectorView = mapLocationFinderResult.locations;
Public ReadOnly Property Locations As IReadOnlyList(Of MapLocation)

Valeur de propriété

Liste des emplacements trouvés par une requête MapLocationFinder . Cette propriété renvoie une collection d’objets MapLocation .

S’applique à

Voir aussi