PageHandler 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í.
public ref class PageHandler : Microsoft::Maui::Handlers::ContentViewHandler, Microsoft::Maui::Handlers::IPageHandler
public class PageHandler : Microsoft.Maui.Handlers.ContentViewHandler, Microsoft.Maui.Handlers.IPageHandler
type PageHandler = class
inherit ContentViewHandler
interface IPageHandler
interface IContentViewHandler
interface IViewHandler
interface IElementHandler
Public Class PageHandler
Inherits ContentViewHandler
Implements IPageHandler
- Dědičnost
- Implementuje
Konstruktory
PageHandler() | |
PageHandler(IPropertyMapper, CommandMapper) | |
PageHandler(IPropertyMapper) |
Pole
CommandMapper | |
Mapper |
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 | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
Services | (Zděděno od ElementHandler) |
VirtualView | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
Metody
ConnectHandler(TPlatformView) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
CreatePlatformView() | (Zděděno od ContentViewHandler) |
DisconnectHandler(TPlatformView) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
GetDesiredSize(Double, Double) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
Invoke(String, Object) | (Zděděno od ElementHandler) |
MapTitle(IPageHandler, IContentView) | |
PlatformArrange(Rect) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
RemoveContainer() | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
SetMauiContext(IMauiContext) | (Zděděno od ElementHandler) |
SetupContainer() | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
SetVirtualView(IElement) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
SetVirtualView(IView) | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
UpdateValue(String) | (Zděděno od ElementHandler) |
Explicitní implementace rozhraní
IContentViewHandler.PlatformView | (Zděděno od ContentViewHandler) |
IContentViewHandler.VirtualView | (Zděděno od ContentViewHandler) |
IElementHandler.DisconnectHandler() | (Zděděno od ElementHandler) |
IElementHandler.PlatformView | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
IElementHandler.VirtualView | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
IViewHandler.ContainerView | (Zděděno od ViewHandler) |
IViewHandler.VirtualView | (Zděděno od ViewHandler<TVirtualView,TPlatformView>) |
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.