MapLocationFinderResult.Locations Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elenco delle posizioni trovate da una query 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)
Valore della proprietà
Elenco di posizioni trovate da una query MapLocationFinder . Questa proprietà restituisce un insieme di oggetti MapLocation .