SwipeViewHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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, CommandMapper) | |
SwipeViewHandler(IPropertyMapper) |
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
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
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.