Compartir a través de


SwipeViewHandler Clase

Definición

public ref class SwipeViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::ISwipeView ^, System::Object ^>, Microsoft::Maui::Handlers::ISwipeViewHandler
public class SwipeViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.ISwipeView,object>, Microsoft.Maui.Handlers.ISwipeViewHandler
type SwipeViewHandler = class
    inherit ViewHandler<ISwipeView, obj>
    interface ISwipeViewHandler
    interface IViewHandler
    interface IElementHandler
Public Class SwipeViewHandler
Inherits ViewHandler(Of ISwipeView, Object)
Implements ISwipeViewHandler
Herencia
Implementaciones

Constructores

SwipeViewHandler()
SwipeViewHandler(IPropertyMapper)
SwipeViewHandler(IPropertyMapper, CommandMapper)

Campos

CommandMapper
Mapper

Propiedades

ContainerView

Obtiene la vista que actúa como contenedor para .PlatformView

(Heredado de ViewHandler)
HasContainer

Obtiene o establece un valor que indica si PlatformView está contenido en una vista.

(Heredado de ViewHandler)
MauiContext (Heredado de ElementHandler)
NeedsContainer

Obtiene un valor que indica si necesita o no VirtualView una vista de contenedor.

(Heredado de ViewHandler)
PlatformView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
Services (Heredado de ElementHandler)
VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)

Métodos

ConnectHandler(TPlatformView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Heredado de ElementHandler)
MapBottomItems(ISwipeViewHandler, ISwipeView)
MapContent(ISwipeViewHandler, ISwipeView)
MapLeftItems(ISwipeViewHandler, ISwipeView)
MapRequestClose(ISwipeViewHandler, ISwipeView, Object)
MapRequestOpen(ISwipeViewHandler, ISwipeView, Object)
MapRightItems(ISwipeViewHandler, ISwipeView)
MapSwipeTransitionMode(ISwipeViewHandler, ISwipeView)
MapTopItems(ISwipeViewHandler, ISwipeView)
PlatformArrange(Rect) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Heredado de ElementHandler)
SetupContainer() (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Heredado de ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Heredado de ElementHandler)

Implementaciones de interfaz explícitas

IElementHandler.DisconnectHandler() (Heredado de ElementHandler)
IElementHandler.PlatformView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)
ISwipeViewHandler.PlatformView
ISwipeViewHandler.VirtualView
IViewHandler.ContainerView (Heredado de ViewHandler)
IViewHandler.VirtualView (Heredado de ViewHandler<TVirtualView,TPlatformView>)

Métodos de extensión

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

Se aplica a