Partager via


Button.MapContentLayout Méthode

Définition

Surcharges

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

Cartes la propriété abstraite ContentLayout à l’implémentation de la plateforme.

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)

Paramètres

handler
ButtonHandler
button
Button

S’applique à

MapContentLayout(IButtonHandler, Button)

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

Cartes la propriété abstraite ContentLayout à l’implémentation de la plateforme.

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)

Paramètres

handler
IButtonHandler

Gestionnaire associé à ce contrôle.

button
Button

Contrôle abstrait en cours de mappage.

S’applique à