次の方法で共有


MapElementHandler クラス

定義

public ref class MapElementHandler : Microsoft::Maui::Handlers::ElementHandler<Microsoft::Maui::Maps::IMapElement ^, System::Object ^>, Microsoft::Maui::Maps::Handlers::IMapElementHandler
public class MapElementHandler : Microsoft.Maui.Handlers.ElementHandler<Microsoft.Maui.Maps.IMapElement,object>, Microsoft.Maui.Maps.Handlers.IMapElementHandler
type MapElementHandler = class
    inherit ElementHandler<IMapElement, obj>
    interface IMapElementHandler
    interface IElementHandler
Public Class MapElementHandler
Inherits ElementHandler(Of IMapElement, Object)
Implements IMapElementHandler
継承
実装

コンストラクター

MapElementHandler()
MapElementHandler(IPropertyMapper)

フィールド

Mapper

プロパティ

MauiContext (継承元 ElementHandler)
PlatformView (継承元 ElementHandler<TVirtualView,TPlatformView>)
Services (継承元 ElementHandler)
VirtualView (継承元 ElementHandler<TVirtualView,TPlatformView>)

メソッド

ConnectHandler(TPlatformView) (継承元 ElementHandler<TVirtualView,TPlatformView>)
CreatePlatformElement()
DisconnectHandler(TPlatformView) (継承元 ElementHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (継承元 ElementHandler)
MapFill(IMapElementHandler, IMapElement)
MapStroke(IMapElementHandler, IMapElement)
MapStrokeThickness(IMapElementHandler, IMapElement)
SetMauiContext(IMauiContext) (継承元 ElementHandler)
SetVirtualView(IElement) (継承元 ElementHandler)
UpdateValue(String) (継承元 ElementHandler)

明示的なインターフェイスの実装

IElementHandler.DisconnectHandler() (継承元 ElementHandler)
IElementHandler.PlatformView (継承元 ElementHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (継承元 ElementHandler<TVirtualView,TPlatformView>)
IMapElementHandler.PlatformView
IMapElementHandler.VirtualView

拡張メソッド

GetRequiredService<T>(IElementHandler)
GetRequiredService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

適用対象