共用方式為


ElementHandler 類別

定義

public ref class ElementHandler abstract : Microsoft::Maui::IElementHandler
public abstract class ElementHandler : Microsoft.Maui.IElementHandler
type ElementHandler = class
    interface IElementHandler
Public MustInherit Class ElementHandler
Implements IElementHandler
繼承
ElementHandler
衍生
實作

建構函式

ElementHandler(IPropertyMapper, CommandMapper)

欄位

ElementCommandMapper
ElementMapper

屬性

MauiContext
PlatformView
Services
VirtualView

方法

Invoke(String, Object)
SetMauiContext(IMauiContext)
SetVirtualView(IElement)
UpdateValue(String)

明確介面實作

IElementHandler.DisconnectHandler()

擴充方法

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

適用於