ElementHandler<TVirtualView,TPlatformView> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
- Dědičnost
- Odvozené
- Implementuje
Konstruktory
ElementHandler<TVirtualView,TPlatformView>(IPropertyMapper, CommandMapper) |
Vlastnosti
MauiContext | (Zděděno od ElementHandler) |
PlatformView | |
Services | (Zděděno od ElementHandler) |
VirtualView |
Metody
ConnectHandler(TPlatformView) | |
CreatePlatformElement() | |
DisconnectHandler(TPlatformView) | |
Invoke(String, Object) | (Zděděno od ElementHandler) |
SetMauiContext(IMauiContext) | (Zděděno od ElementHandler) |
SetVirtualView(IElement) | (Zděděno od ElementHandler) |
UpdateValue(String) | (Zděděno od ElementHandler) |
Explicitní implementace rozhraní
IElementHandler.DisconnectHandler() | (Zděděno od ElementHandler) |
IElementHandler.PlatformView | |
IElementHandler.VirtualView |
Metody rozšíření
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.