Sdílet prostřednictvím


MenuFlyoutSeparatorHandler Konstruktory

Definice

Přetížení

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

MenuFlyoutSeparatorHandler()

Zdroj:
MenuFlyoutSeparatorHandler.cs
Zdroj:
MenuFlyoutSeparatorHandler.cs
public:
 MenuFlyoutSeparatorHandler();
public MenuFlyoutSeparatorHandler ();
Public Sub New ()

Platí pro

MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

Zdroj:
MenuFlyoutSeparatorHandler.cs
Zdroj:
MenuFlyoutSeparatorHandler.cs
public MenuFlyoutSeparatorHandler (Microsoft.Maui.IPropertyMapper mapper, Microsoft.Maui.CommandMapper? commandMapper = default);
new Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.MenuFlyoutSeparatorHandler
Public Sub New (mapper As IPropertyMapper, Optional commandMapper As CommandMapper = Nothing)

Parametry

commandMapper
CommandMapper

Platí pro