Compartir a través de


MenuFlyoutSeparatorHandler Constructores

Definición

Sobrecargas

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

MenuFlyoutSeparatorHandler()

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

Se aplica a

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)

Parámetros

commandMapper
CommandMapper

Se aplica a