다음을 통해 공유


MapElementHandlerUpdate 생성자

정의

오버로드

MapElementHandlerUpdate(MapElementHandlerUpdate)

Source:
MapElementHandlerUpdate.cs
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)

매개 변수

적용 대상

MapElementHandlerUpdate(Int32, IMapElement)

Source:
MapElementHandlerUpdate.cs
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)

매개 변수

Index
Int32
MapElement
IMapElement

적용 대상