Sdílet prostřednictvím


Button.MapContentLayout Metoda

Definice

Přetížení

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

Mapy abstraktní ContentLayout vlastnost implementace platformy.

MapContentLayout(ButtonHandler, Button)

Zdroj:
Button.Mapper.cs
Zdroj:
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)

Parametry

handler
ButtonHandler
button
Button

Platí pro

MapContentLayout(IButtonHandler, Button)

Zdroj:
Button.Mapper.cs
Zdroj:
Button.Mapper.cs

Mapy abstraktní ContentLayout vlastnost implementace platformy.

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)

Parametry

handler
IButtonHandler

Obslužná rutina přidružená k tomuto ovládacímu prvku.

button
Button

Abstraktní ovládací prvek, který se mapuje.

Platí pro