次の方法で共有


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)

適用対象