ViewHandler<TVirtualView,TPlatformView> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Type Parameters
- TVirtualView
- TPlatformView
- Inheritance
- Derived
- Implements
Constructors
ViewHandler<TVirtualView,TPlatformView>(IPropertyMapper, CommandMapper) |
Properties
ContainerView |
Gets the view that acts as a container for the PlatformView. (Inherited from ViewHandler) |
HasContainer |
Gets or sets a value that indicates whether the PlatformView is contained within a view. (Inherited from ViewHandler) |
MauiContext | (Inherited from ElementHandler) |
NeedsContainer |
Gets a value that indicates whether or not the VirtualView needs a container view. (Inherited from ViewHandler) |
PlatformView | |
PlatformViewFactory | |
Services | (Inherited from ElementHandler) |
VirtualView |
Methods
Explicit Interface Implementations
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.