ViewHandler<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, IView where TPlatformView : classpublic ref class ViewHandler abstract : Microsoft::Maui::Handlers::ViewHandler
public abstract class ViewHandler<TVirtualView,TPlatformView> : Microsoft.Maui.Handlers.ViewHandler where TVirtualView : class, IView where TPlatformView : class
type ViewHandler<'VirtualView, 'PlatformView (requires 'VirtualView : null and 'VirtualView :> IView and 'PlatformView : null)> = class
inherit ViewHandler
interface IViewHandler
interface IElementHandler
Public MustInherit Class ViewHandler(Of TVirtualView, TPlatformView)
Inherits ViewHandler
Parametry typu
- TVirtualView
- TPlatformView
- Dědičnost
- Odvozené
- Implementuje
Konstruktory
ViewHandler<TVirtualView,TPlatformView>(IPropertyMapper, CommandMapper) |
Vlastnosti
ContainerView |
Získá zobrazení, které funguje jako kontejner pro PlatformView. (Zděděno od ViewHandler) |
HasContainer |
Získá nebo nastaví hodnotu, která označuje, zda PlatformView je obsažen v zobrazení. (Zděděno od ViewHandler) |
MauiContext | (Zděděno od ElementHandler) |
NeedsContainer |
Získá hodnotu, která označuje, zda VirtualView potřebuje zobrazení kontejneru. (Zděděno od ViewHandler) |
PlatformView | |
PlatformViewFactory | |
Services | (Zděděno od ElementHandler) |
VirtualView |
Metody
Explicitní implementace rozhraní
IElementHandler.DisconnectHandler() | (Zděděno od ElementHandler) |
IElementHandler.PlatformView | |
IElementHandler.VirtualView | |
IViewHandler.ContainerView | (Zděděno od ViewHandler) |
IViewHandler.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.