FlyoutViewHandler Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class FlyoutViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IFlyoutView ^, System::Object ^>, Microsoft::Maui::Handlers::IFlyoutViewHandler
public class FlyoutViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IFlyoutView,object>, Microsoft.Maui.Handlers.IFlyoutViewHandler
type FlyoutViewHandler = class
inherit ViewHandler<IFlyoutView, obj>
interface IFlyoutViewHandler
interface IViewHandler
interface IElementHandler
Public Class FlyoutViewHandler
Inherits ViewHandler(Of IFlyoutView, Object)
Implements IFlyoutViewHandler
- Herencia
- Implementaciones
Constructores
FlyoutViewHandler() | |
FlyoutViewHandler(IPropertyMapper, CommandMapper) | |
FlyoutViewHandler(IPropertyMapper) |
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) |
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
Métodos de extensión
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.