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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.