次の方法で共有


MapHandler クラス

定義

public ref class MapHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::Maps::IMap ^, System::Object ^>, Microsoft::Maui::Maps::Handlers::IMapHandler
public class MapHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.Maps.IMap,object>, Microsoft.Maui.Maps.Handlers.IMapHandler
type MapHandler = class
    inherit ViewHandler<IMap, obj>
    interface IMapHandler
    interface IViewHandler
    interface IElementHandler
Public Class MapHandler
Inherits ViewHandler(Of IMap, Object)
Implements IMapHandler
継承
実装

コンストラクター

MapHandler()
MapHandler(IPropertyMapper, CommandMapper)

フィールド

CommandMapper
Mapper

プロパティ

ContainerView

のコンテナーとして機能するビューを取得します PlatformView

(継承元 ViewHandler)
HasContainer

がビュー内に含まれているかどうかを示す値を PlatformView 取得または設定します。

(継承元 ViewHandler)
MauiContext (継承元 ElementHandler)
NeedsContainer

にコンテナー ビューが必要かどうかを VirtualView 示す値を取得します。

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

メソッド

ConnectHandler(TPlatformView) (継承元 ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (継承元 ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (継承元 ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (継承元 ElementHandler)
MapElements(IMapHandler, IMap)
MapIsScrollEnabled(IMapHandler, IMap)
MapIsShowingUser(IMapHandler, IMap)
MapIsTrafficEnabled(IMapHandler, IMap)
MapIsZoomEnabled(IMapHandler, IMap)
MapMapType(IMapHandler, IMap)
MapMoveToRegion(IMapHandler, IMap, Object)
MapPins(IMapHandler, IMap)
MapUpdateMapElement(IMapHandler, IMap, Object)
PlatformArrange(Rect) (継承元 ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (継承元 ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (継承元 ElementHandler)
SetupContainer() (継承元 ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (継承元 ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (継承元 ViewHandler<TVirtualView,TPlatformView>)
UpdateMapElement(IMapElement)
UpdateValue(String) (継承元 ElementHandler)

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

IElementHandler.DisconnectHandler() (継承元 ElementHandler)
IElementHandler.PlatformView (継承元 ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (継承元 ViewHandler<TVirtualView,TPlatformView>)
IMapHandler.PlatformView
IMapHandler.VirtualView
IViewHandler.ContainerView (継承元 ViewHandler)
IViewHandler.VirtualView (継承元 ViewHandler<TVirtualView,TPlatformView>)

拡張メソッド

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

適用対象