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) |
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.