ElementHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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() |