Sdílet prostřednictvím


MapElementHandlerUpdate Konstruktory

Definice

Přetížení

MapElementHandlerUpdate(MapElementHandlerUpdate)
MapElementHandlerUpdate(Int32, IMapElement)

MapElementHandlerUpdate(MapElementHandlerUpdate)

Zdroj:
MapElementHandlerUpdate.cs
Zdroj:
MapElementHandlerUpdate.cs
protected:
 MapElementHandlerUpdate(Microsoft::Maui::Maps::Handlers::MapElementHandlerUpdate ^ original);
protected MapElementHandlerUpdate (Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate original);
Protected Sub New (original As MapElementHandlerUpdate)

Parametry

Platí pro

MapElementHandlerUpdate(Int32, IMapElement)

Zdroj:
MapElementHandlerUpdate.cs
Zdroj:
MapElementHandlerUpdate.cs
public:
 MapElementHandlerUpdate(int Index, Microsoft::Maui::Maps::IMapElement ^ MapElement);
public MapElementHandlerUpdate (int Index, Microsoft.Maui.Maps.IMapElement MapElement);
new Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate : int * Microsoft.Maui.Maps.IMapElement -> Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate
Public Sub New (Index As Integer, MapElement As IMapElement)

Parametry

Index
Int32
MapElement
IMapElement

Platí pro