Condividi tramite


ViewHandler(IPropertyMapper, CommandMapper) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

mapper
IPropertyMapper

Mapper predefinito da usare per questo gestore.

commandMapper
CommandMapper

Comando da usare per questo gestore.

Si applica a