ImageHandler 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
ImageHandler() | |
ImageHandler(IPropertyMapper) | |
ImageHandler(IPropertyMapper, CommandMapper) |
ImageHandler()
- Source:
- ImageHandler.cs
- Source:
- ImageHandler.cs
public:
ImageHandler();
public ImageHandler ();
Public Sub New ()
Applies to
ImageHandler(IPropertyMapper)
- Source:
- ImageHandler.cs
- Source:
- ImageHandler.cs
public:
ImageHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public ImageHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.ImageHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.ImageHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper
Applies to
ImageHandler(IPropertyMapper, CommandMapper)
- Source:
- ImageHandler.cs
- Source:
- ImageHandler.cs
public:
ImageHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public ImageHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.ImageHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.ImageHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI