Share via


MapContextRequestedEventArgs.MapElements プロパティ

定義

Location プロパティで指定されたマップ上のポイントにある MapElement オブジェクトのコレクションを取得します。

public:
 property IVectorView<MapElement ^> ^ MapElements { IVectorView<MapElement ^> ^ get(); };
IVectorView<MapElement> MapElements();
public IReadOnlyList<MapElement> MapElements { get; }
var iVectorView = mapContextRequestedEventArgs.mapElements;
Public ReadOnly Property MapElements As IReadOnlyList(Of MapElement)

プロパティ値

Location プロパティで指定されたマップ上のポイントにある MapElement オブジェクトのコレクション。

適用対象