MenuFlyoutSeparatorHandler 类

定义

public ref class MenuFlyoutSeparatorHandler : Microsoft::Maui::Handlers::ElementHandler<Microsoft::Maui::IMenuFlyoutSeparator ^, System::Object ^>, Microsoft::Maui::Handlers::IMenuFlyoutSeparatorHandler
public class MenuFlyoutSeparatorHandler : Microsoft.Maui.Handlers.ElementHandler<Microsoft.Maui.IMenuFlyoutSeparator,object>, Microsoft.Maui.Handlers.IMenuFlyoutSeparatorHandler
type MenuFlyoutSeparatorHandler = class
    inherit ElementHandler<IMenuFlyoutSeparator, obj>
    interface IMenuFlyoutSeparatorHandler
    interface IElementHandler
Public Class MenuFlyoutSeparatorHandler
Inherits ElementHandler(Of IMenuFlyoutSeparator, Object)
Implements IMenuFlyoutSeparatorHandler
继承
实现

构造函数

MenuFlyoutSeparatorHandler()
MenuFlyoutSeparatorHandler(IPropertyMapper, CommandMapper)

字段

CommandMapper
Mapper

属性

MauiContext (继承自 ElementHandler)
PlatformView (继承自 ElementHandler<TVirtualView,TPlatformView>)
Services (继承自 ElementHandler)
VirtualView (继承自 ElementHandler<TVirtualView,TPlatformView>)

方法

ConnectHandler(TPlatformView) (继承自 ElementHandler<TVirtualView,TPlatformView>)
CreatePlatformElement()
DisconnectHandler(TPlatformView) (继承自 ElementHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (继承自 ElementHandler)
SetMauiContext(IMauiContext) (继承自 ElementHandler)
SetVirtualView(IElement) (继承自 ElementHandler)
UpdateValue(String) (继承自 ElementHandler)

显式接口实现

IElementHandler.DisconnectHandler() (继承自 ElementHandler)
IElementHandler.PlatformView (继承自 ElementHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (继承自 ElementHandler<TVirtualView,TPlatformView>)
IMenuFlyoutSeparatorHandler.PlatformView
IMenuFlyoutSeparatorHandler.VirtualView

扩展方法

GetRequiredService<T>(IElementHandler)
GetRequiredService<T>(IElementHandler, Type)
GetService<T>(IElementHandler)
GetService<T>(IElementHandler, Type)
GetServiceProvider(IElementHandler)
IsConnected(IElementHandler)

适用于