Partager via


MenuFlyoutSeparatorHandler Constructeurs

Définition

Surcharges

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

MenuFlyoutSeparatorHandler()

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

S’applique à

MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

Source:
MenuFlyoutSeparatorHandler.cs
Source:
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)

Paramètres

commandMapper
CommandMapper

S’applique à