次の方法で共有


Button.MapContentLayout メソッド

定義

オーバーロード

MapContentLayout(ButtonHandler, Button)
MapContentLayout(IButtonHandler, Button)

抽象ContentLayoutプロパティをプラットフォーム実装にマップします。

MapContentLayout(ButtonHandler, Button)

ソース:
Button.Mapper.cs
ソース:
Button.Mapper.cs
public:
 static void MapContentLayout(Microsoft::Maui::Handlers::ButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.ButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.ButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As ButtonHandler, button As Button)

パラメーター

handler
ButtonHandler
button
Button

適用対象

MapContentLayout(IButtonHandler, Button)

ソース:
Button.Mapper.cs
ソース:
Button.Mapper.cs

抽象ContentLayoutプロパティをプラットフォーム実装にマップします。

public:
 static void MapContentLayout(Microsoft::Maui::Handlers::IButtonHandler ^ handler, Microsoft::Maui::Controls::Button ^ button);
public static void MapContentLayout (Microsoft.Maui.Handlers.IButtonHandler handler, Microsoft.Maui.Controls.Button button);
static member MapContentLayout : Microsoft.Maui.Handlers.IButtonHandler * Microsoft.Maui.Controls.Button -> unit
Public Shared Sub MapContentLayout (handler As IButtonHandler, button As Button)

パラメーター

handler
IButtonHandler

このコントロールに関連付けられているハンドラー。

button
Button

マップされている抽象コントロール。

適用対象