ButtonHandler 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class ButtonHandler : Microsoft::Maui::Handlers::ViewHandler<Microsoft::Maui::IButton ^, System::Object ^>, Microsoft::Maui::Handlers::IButtonHandler
public class ButtonHandler : Microsoft.Maui.Handlers.ViewHandler<Microsoft.Maui.IButton,object>, Microsoft.Maui.Handlers.IButtonHandler
type ButtonHandler = class
inherit ViewHandler<IButton, obj>
interface IButtonHandler
interface IViewHandler
interface IElementHandler
Public Class ButtonHandler
Inherits ViewHandler(Of IButton, Object)
Implements IButtonHandler
- 繼承
- 實作
建構函式
| ButtonHandler() | |
| ButtonHandler(IPropertyMapper, CommandMapper) | |
| ButtonHandler(IPropertyMapper) |
欄位
| CommandMapper | |
| ImageButtonMapper | |
| Mapper | |
| TextButtonMapper |
屬性
| ContainerView |
取得做為 之容器的 PlatformView檢視。 (繼承來源 ViewHandler) |
| HasContainer |
取得或設定值,這個值表示 是否 PlatformView 包含在檢視中。 (繼承來源 ViewHandler) |
| ImageSourceLoader | |
| MauiContext | (繼承來源 ElementHandler) |
| NeedsContainer |
取得值,這個值表示 是否需要 VirtualView 容器檢視。 (繼承來源 ViewHandler) |
| PlatformView | (繼承來源 ViewHandler<TVirtualView,TPlatformView>) |
| Services | (繼承來源 ElementHandler) |
| VirtualView | (繼承來源 ViewHandler<TVirtualView,TPlatformView>) |