CommandMapper<TVirtualView,TViewHandler> 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 TViewHandler>
where TVirtualView : IElement where TViewHandler : IElementHandlerpublic ref class CommandMapper : Microsoft::Maui::CommandMapper, Microsoft::Maui::ICommandMapper<TVirtualView, TViewHandler>
public class CommandMapper<TVirtualView,TViewHandler> : Microsoft.Maui.CommandMapper, Microsoft.Maui.ICommandMapper<TVirtualView,TViewHandler> where TVirtualView : IElement where TViewHandler : IElementHandler
type CommandMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = class
inherit CommandMapper
interface ICommandMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)>
interface ICommandMapper
Public Class CommandMapper(Of TVirtualView, TViewHandler)
Inherits CommandMapper
Implements ICommandMapper(Of TVirtualView, TViewHandler)
Type Parameters
- TVirtualView
- TViewHandler
- Inheritance
- Derived
- Implements
Constructors
CommandMapper<TVirtualView,TViewHandler>() | |
CommandMapper<TVirtualView,TViewHandler>(CommandMapper) |
Properties
Chained | (Inherited from CommandMapper) |
Item[String] |
Methods
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.