PageHandler 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
PageHandler() | |
PageHandler(IPropertyMapper) | |
PageHandler(IPropertyMapper, CommandMapper) |
PageHandler()
- Source:
- PageHandler.cs
- Source:
- PageHandler.cs
public:
PageHandler();
public PageHandler ();
Public Sub New ()
Applies to
PageHandler(IPropertyMapper)
- Source:
- PageHandler.cs
- Source:
- PageHandler.cs
public:
PageHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public PageHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.PageHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.PageHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper
Applies to
PageHandler(IPropertyMapper, CommandMapper)
- Source:
- PageHandler.cs
- Source:
- PageHandler.cs
public:
PageHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public PageHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.PageHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.PageHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.