Partager via


ViewHandler.ViewCommandMapper Champ

Définition

Dictionnaire qui mappe les commandes d’affichage virtuel à leurs équivalents d’affichage de plateforme.

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) 

Valeur de champ

Remarques

Le concept ou un mappeur de commandes est très similaire au mappeur de propriétés avec l’ajout que vous pouvez fournir des données supplémentaires sous la forme d’arguments avec le mappeur de commandes.

S’applique à