Compartir a través de


Button.MapContentLayout Método

Definición

Sobrecargas

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

Mapas la propiedad abstracta ContentLayout a la implementación de la plataforma.

MapContentLayout(ButtonHandler, Button)

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

Parámetros

handler
ButtonHandler
button
Button

Se aplica a

MapContentLayout(IButtonHandler, Button)

Source:
Button.Mapper.cs
Source:
Button.Mapper.cs

Mapas la propiedad abstracta ContentLayout a la implementación de la plataforma.

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)

Parámetros

handler
IButtonHandler

Controlador asociado a este control.

button
Button

Control abstracto que se está asignando.

Se aplica a