共用方式為


MenuFlyoutSeparatorHandler 建構函式

定義

多載

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

MenuFlyoutSeparatorHandler()

來源:
MenuFlyoutSeparatorHandler.cs
來源:
MenuFlyoutSeparatorHandler.cs
public:
 MenuFlyoutSeparatorHandler();
public MenuFlyoutSeparatorHandler ();
Public Sub New ()

適用於

MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

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

參數

commandMapper
CommandMapper

適用於