次の方法で共有


MapPinHandler クラス

定義

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

コンストラクター

MapPinHandler()
MapPinHandler(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)
MapAddress(IMapPinHandler, IMapPin)
MapLabel(IMapPinHandler, IMapPin)
MapLocation(IMapPinHandler, IMapPin)
SetMauiContext(IMauiContext) (継承元 ElementHandler)
SetVirtualView(IElement) (継承元 ElementHandler)
UpdateValue(String) (継承元 ElementHandler)

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

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

拡張メソッド

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

適用対象