Freigeben über


MenuFlyoutSeparatorHandler Konstruktoren

Definition

Überlädt

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

MenuFlyoutSeparatorHandler()

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

Gilt für:

MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

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

Parameter

commandMapper
CommandMapper

Gilt für: