共用方式為


MapLocationFinderResult.Locations 屬性

定義

取得 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)

屬性值

MapLocationFinder查詢找到的位置清單。 這個屬性會傳回 MapLocation 物件的集合。

適用於

另請參閱