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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.