FlyoutViewHandler 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class FlyoutViewHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IFlyoutView ^, System::Object ^>, Microsoft::Maui::Handlers::IFlyoutViewHandler
public class FlyoutViewHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IFlyoutView,object>, Microsoft.Maui.Handlers.IFlyoutViewHandler
type FlyoutViewHandler = class
inherit ViewHandler<IFlyoutView, obj>
interface IFlyoutViewHandler
interface IViewHandler
interface IElementHandler
Public Class FlyoutViewHandler
Inherits ViewHandler(Of IFlyoutView, Object)
Implements IFlyoutViewHandler
- 继承
- 实现
构造函数
FlyoutViewHandler() | |
FlyoutViewHandler(IPropertyMapper, CommandMapper) | |
FlyoutViewHandler(IPropertyMapper) |
字段
CommandMapper | |
Mapper |
属性
ContainerView |
获取充当 的容器的 PlatformView视图。 (继承自 ViewHandler) |
HasContainer |
获取或设置一个值,该值指示 是否 PlatformView 包含在视图中。 (继承自 ViewHandler) |
MauiContext | (继承自 ElementHandler) |
NeedsContainer |
获取一个值,该值指示 是否需要 VirtualView 容器视图。 (继承自 ViewHandler) |
PlatformView | (继承自 ViewHandler<TVirtualView,TPlatformView>) |
Services | (继承自 ElementHandler) |
VirtualView | (继承自 ViewHandler<TVirtualView,TPlatformView>) |