PathHandler 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
PathHandler() | |
PathHandler(IPropertyMapper) |
PathHandler()
- Source:
- PathHandler.cs
- Source:
- PathHandler.cs
public:
PathHandler();
public PathHandler ();
Public Sub New ()
Applies to
PathHandler(IPropertyMapper)
- Source:
- PathHandler.cs
- Source:
- PathHandler.cs
public:
PathHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public PathHandler (Microsoft.Maui.IPropertyMapper mapper);
new Microsoft.Maui.Controls.Handlers.PathHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Controls.Handlers.PathHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper