MapLocationFinderResult.Locations プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトのコレクションを返します。