ElementHandler<TVirtualView,TPlatformView> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
generic <typename TVirtualView, typename TPlatformView>
where TVirtualView : class, IElement where TPlatformView : classpublic ref class ElementHandler abstract : Microsoft::Maui::Handlers::ElementHandler
public abstract class ElementHandler<TVirtualView,TPlatformView> : Microsoft.Maui.Handlers.ElementHandler where TVirtualView : class, IElement where TPlatformView : class
type ElementHandler<'VirtualView, 'PlatformView (requires 'VirtualView : null and 'VirtualView :> IElement and 'PlatformView : null)> = class
inherit ElementHandler
interface IElementHandler
Public MustInherit Class ElementHandler(Of TVirtualView, TPlatformView)
Inherits ElementHandler
Parametry typu
- TVirtualView
- TPlatformView
- Dziedziczenie
- Pochodne
- Implementuje
Konstruktory
| ElementHandler<TVirtualView,TPlatformView>(IPropertyMapper, CommandMapper) |
Właściwości
| MauiContext | (Odziedziczone po ElementHandler) |
| PlatformView | |
| Services | (Odziedziczone po ElementHandler) |
| VirtualView | |
Metody
| ConnectHandler(TPlatformView) | |
| CreatePlatformElement() | |
| DisconnectHandler(TPlatformView) | |
| Invoke(String, Object) | (Odziedziczone po ElementHandler) |
| SetMauiContext(IMauiContext) | (Odziedziczone po ElementHandler) |
| SetVirtualView(IElement) | (Odziedziczone po ElementHandler) |
| UpdateValue(String) | (Odziedziczone po ElementHandler) |
Jawne implementacje interfejsu
| IElementHandler.DisconnectHandler() | (Odziedziczone po ElementHandler) |
| IElementHandler.PlatformView | |
| IElementHandler.VirtualView | |