Condividi tramite


SwipeViewHandler Classe

Definizione

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
Ereditarietà
Implementazioni

Costruttori

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

Campi

CommandMapper
Mapper

Proprietà

ContainerView

Ottiene la vista che funge da contenitore per l'oggetto PlatformView.

(Ereditato da ViewHandler)
HasContainer

Ottiene o imposta un valore che indica se l'oggetto PlatformView è contenuto all'interno di una visualizzazione.

(Ereditato da ViewHandler)
MauiContext (Ereditato da ElementHandler)
NeedsContainer

Ottiene un valore che indica se è VirtualView necessaria o meno una visualizzazione contenitore.

(Ereditato da ViewHandler)
PlatformView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
Services (Ereditato da ElementHandler)
VirtualView (Ereditato da ViewHandler<TVirtualView,TPlatformView>)

Metodi

ConnectHandler(TPlatformView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
CreatePlatformView()
DisconnectHandler(TPlatformView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
GetDesiredSize(Double, Double) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Ereditato da 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) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
RemoveContainer() (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetMauiContext(IMauiContext) (Ereditato da ElementHandler)
SetupContainer() (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IElement) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
SetVirtualView(IView) (Ereditato da ViewHandler<TVirtualView,TPlatformView>)
UpdateValue(String) (Ereditato da ElementHandler)

Implementazioni dell'interfaccia esplicita

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

Metodi di estensione

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

Si applica a