CommandMapper<TVirtualView> 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>
where TVirtualView : IElementpublic ref class CommandMapper : Microsoft::Maui::CommandMapper<TVirtualView, Microsoft::Maui::IElementHandler ^>
public class CommandMapper<TVirtualView> : Microsoft.Maui.CommandMapper<TVirtualView,Microsoft.Maui.IElementHandler> where TVirtualView : IElement
type CommandMapper<'VirtualView (requires 'VirtualView :> IElement)> = class
inherit CommandMapper<'VirtualView, IElementHandler (requires 'VirtualView :> IElement)>
Public Class CommandMapper(Of TVirtualView)
Inherits CommandMapper(Of TVirtualView, IElementHandler)
Type Parameters
- TVirtualView
- Inheritance
Constructors
CommandMapper<TVirtualView>() | |
CommandMapper<TVirtualView>(CommandMapper) |
Properties
Chained | (Inherited from CommandMapper) |
Item[String] | (Inherited from CommandMapper<TVirtualView,TViewHandler>) |
Methods
Add(String, Action<TViewHandler,TVirtualView,Object>) | (Inherited from CommandMapper<TVirtualView,TViewHandler>) |
Add(String, Action<TViewHandler,TVirtualView>) | (Inherited from CommandMapper<TVirtualView,TViewHandler>) |
GetCommand(String) | (Inherited from CommandMapper) |
Invoke(IElementHandler, IElement, String, Object) | (Inherited from CommandMapper) |