Condividi tramite


MapElementsLayerContextRequestedEventArgs.MapElements Proprietà

Definizione

Ottiene una raccolta di oggetti MapElement nel punto del livello mappa specificato dalla proprietà Location .

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

Valore della proprietà

Raccolta di oggetti MapElement nel punto del livello mappa specificato dalla proprietà Location .

Si applica a