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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI