ViewHandler.ViewCommandMapper Field
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.
A dictionary that maps the virtual view commands to their platform view counterparts.
public: static Microsoft::Maui::CommandMapper<Microsoft::Maui::IView ^, Microsoft::Maui::IViewHandler ^> ^ ViewCommandMapper;
public static Microsoft.Maui.CommandMapper<Microsoft.Maui.IView,Microsoft.Maui.IViewHandler> ViewCommandMapper;
staticval mutable ViewCommandMapper : Microsoft.Maui.CommandMapper<Microsoft.Maui.IView, Microsoft.Maui.IViewHandler>
Public Shared ViewCommandMapper As CommandMapper(Of IView, IViewHandler)
Field Value
Remarks
The concept or a command mapper is very similar to the property mapper with the addition that you can provide extra data in the form of arguments with the command mapper.
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.