Freigeben über


Button.MapContentLayout Methode

Definition

Überlädt

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

Karten der abstrakten ContentLayout Eigenschaft zur Plattformimplementierung.

MapContentLayout(ButtonHandler, Button)

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

Parameter

handler
ButtonHandler
button
Button

Gilt für:

MapContentLayout(IButtonHandler, Button)

Quelle:
Button.Mapper.cs
Quelle:
Button.Mapper.cs
Quelle:
Button.Mapper.cs

Karten der abstrakten ContentLayout Eigenschaft zur Plattformimplementierung.

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)

Parameter

handler
IButtonHandler

Der diesem Steuerelement zugeordnete Handler.

button
Button

Das abstrakte Steuerelement, das zugeordnet wird.

Gilt für: