MapElementHandlerUpdate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- original
- MapElementHandlerUpdate
Applies to
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)
Parameters
- Index
- Int32
- MapElement
- IMapElement
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.