MapElementHandlerUpdate Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MapElementHandlerUpdate(MapElementHandlerUpdate) | |
MapElementHandlerUpdate(Int32, IMapElement) |
MapElementHandlerUpdate(MapElementHandlerUpdate)
- Source:
- MapElementHandlerUpdate.cs
- Source:
- MapElementHandlerUpdate.cs
protected:
MapElementHandlerUpdate(Microsoft::Maui::Maps::Handlers::MapElementHandlerUpdate ^ original);
protected MapElementHandlerUpdate (Microsoft.Maui.Maps.Handlers.MapElementHandlerUpdate original);
Protected Sub New (original As MapElementHandlerUpdate)
Paramètres
- original
- MapElementHandlerUpdate
S’applique à
MapElementHandlerUpdate(Int32, IMapElement)
- Source:
- MapElementHandlerUpdate.cs
- Source:
- 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)
Paramètres
- Index
- Int32
- MapElement
- IMapElement
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.