MenuFlyoutSubItemHandler 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
MenuFlyoutSubItemHandler() | |
MenuFlyoutSubItemHandler(IPropertyMapper, CommandMapper) |
MenuFlyoutSubItemHandler()
- Source:
- MenuFlyoutSubItemHandler.cs
- Source:
- MenuFlyoutSubItemHandler.cs
public:
MenuFlyoutSubItemHandler();
public MenuFlyoutSubItemHandler ();
Public Sub New ()
Applies to
MenuFlyoutSubItemHandler(IPropertyMapper, CommandMapper)
- Source:
- MenuFlyoutSubItemHandler.cs
- Source:
- MenuFlyoutSubItemHandler.cs
public MenuFlyoutSubItemHandler (Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper? commandMapper = default);
new Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.MenuFlyoutSubItemHandler
Public Sub New (mapper As IPropertyMapper, Optional commandMapper As CommandMapper = Nothing)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.