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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.