Share via


ViewHandler(IPropertyMapper, CommandMapper) Constructeur

Définition

Initialise une nouvelle instance de la classe ViewHandler.

protected ViewHandler (Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper? commandMapper = default);
new Microsoft.Maui.Handlers.ViewHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.ViewHandler
Protected Sub New (mapper As IPropertyMapper, Optional commandMapper As CommandMapper = Nothing)

Paramètres

mapper
IPropertyMapper

Mappeur par défaut à utiliser pour ce gestionnaire.

commandMapper
CommandMapper

Mappeur de commandes à utiliser pour ce gestionnaire.

S’applique à