Share via


ViewHandler.ViewCommandMapper Field

Definition

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