ContentViewHandler Constructors
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.
Overloads
ContentViewHandler() | |
ContentViewHandler(IPropertyMapper) | |
ContentViewHandler(IPropertyMapper, CommandMapper) |
ContentViewHandler()
- Source:
- ContentViewHandler.cs
- Source:
- ContentViewHandler.cs
public:
ContentViewHandler();
public ContentViewHandler ();
Public Sub New ()
Applies to
ContentViewHandler(IPropertyMapper)
- Source:
- ContentViewHandler.cs
- Source:
- ContentViewHandler.cs
public:
ContentViewHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public ContentViewHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.ContentViewHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.ContentViewHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper
Applies to
ContentViewHandler(IPropertyMapper, CommandMapper)
- Source:
- ContentViewHandler.cs
- Source:
- ContentViewHandler.cs
public:
ContentViewHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public ContentViewHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.ContentViewHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.ContentViewHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.